Uses of Class
javax.swing.UnsupportedLookAndFeelException
-
Packages that use UnsupportedLookAndFeelException 软件包 描述 javax.swing 提供一套“轻量级”(全Java语言)组件,尽可能地在所有平台上工作。 -
-
Uses of UnsupportedLookAndFeelException in javax.swing
Methods in javax.swing that throw UnsupportedLookAndFeelException Modifier and Type 方法 描述 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
。
-