クラス
javax.swing.UnsupportedLookAndFeelExceptionの使用
UnsupportedLookAndFeelExceptionを使用するパッケージ
-
javax.swingでのUnsupportedLookAndFeelExceptionの使用
修飾子と型メソッド説明static LookAndFeel
UIManager.createLookAndFeel(String name)
指定されたL&F name
名で指定された、サポートされているビルトインJavaLookAndFeel
を作成します。static void
UIManager.setLookAndFeel(String className)
現在のスレッドのコンテキスト・クラス・ローダーを使って指定のクラス名で示されるLookAndFeel
をロードし、setLookAndFeel(LookAndFeel)
に渡します。static void
UIManager.setLookAndFeel(LookAndFeel newLookAndFeel)
newLookAndFeel
を現在のルック・アンド・フィールとして設定します。