クラス
javax.swing.border.CompoundBorderの使用
- 
CompoundBorderを使用しているパッケージ パッケージ 説明 javax.swing すべてのプラットフォーム上で可能なかぎり同じように機能する「軽量」(Java共通言語)コンポーネントのセットを提供します。javax.swing.plaf Swingがプラグイン可能なLook & Feel機能を提供するために使用する、1つのインタフェースおよび多くのabstractクラスを提供します。
- 
- 
javax.swingでのCompoundBorderの使用CompoundBorderを返すjavax.swing内のメソッド 修飾子と型 メソッド 説明 static CompoundBorderBorderFactory. createCompoundBorder()nullの内側のエッジとnullの外側のエッジの複合ボーダーを作成します。static CompoundBorderBorderFactory. createCompoundBorder(Border outsideBorder, Border insideBorder)外側および内側の縁に使うボーダー・オブジェクトを指定して複合ボーダーを生成します。
- 
javax.swing.plafでのCompoundBorderの使用javax.swing.plaf内のCompoundBorderのサブクラス 修飾子と型 クラス 説明 static classBorderUIResource.CompoundBorderUIResource複合ボーダーUIリソース。
 
-