Uses of Class
javax.swing.UnsupportedLookAndFeelException
- 
Packages that use UnsupportedLookAndFeelException Package Description javax.swing Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms.
- 
- 
Uses of UnsupportedLookAndFeelException in javax.swingMethods in javax.swing that throw UnsupportedLookAndFeelException Modifier and Type Method Description static LookAndFeelUIManager. createLookAndFeel(String name)Creates a supported built-in JavaLookAndFeelspecified by the givenL&F namename.static voidUIManager. setLookAndFeel(String className)Loads theLookAndFeelspecified by the given class name, using the current thread's context class loader, and passes it tosetLookAndFeel(LookAndFeel).static voidUIManager. setLookAndFeel(LookAndFeel newLookAndFeel)Sets the current look and feel tonewLookAndFeel.
 
-