#navi(contents-page-name): No such page: ST
FrontPage>Swing Tips>ST/Gradient

ST/Gradient

2022-01-14 (金) 07:56:54
  • category: swing folder: Gradient title: Separatorのグラデーション tags: [JSeparator, GradientPaint, UIManager] author: aterai pubdate: 2004-03-29T04:50:14+09:00 description: GradientPaintを使ったグラデーションで、徐々に背景色に溶け込んでいくJSeparatorを作成します。 image: https://lh4.googleusercontent.com/_9Z4BYR88imo/TQTNgUSWNnI/AAAAAAAAAa4/92SfYb-Z3zs/s800/Gradient.png

概要

GradientPaintを使ったグラデーションで、徐々に背景色に溶け込んでいくJSeparatorを作成します。
http://terai.s55.xrea.com/swing/gradient/screenshot.png

サンプルコード

View in GitHub: Java, Kotlin

解説

  • 上、左:
    • デフォルトのJSeparator
  • 下、右:
    • BasicSeparatorUIを継承するGradientSeparatorUIJSeparatorに設定して元色から親パネルの背景色へとグラデーションするGradientPaintで直線を描画
    • JSeparatorBorderを設定するとJSeparatorが表示されない

参考リンク

コメント