csli.util.swing
Class LookAndFeelUtils
java.lang.Object
csli.util.swing.LookAndFeelUtils
public class LookAndFeelUtils
- extends Object
- Author:
- alexgru
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LookAndFeelUtils
public LookAndFeelUtils()
setLookAndFeel
public static void setLookAndFeel(String name)
createLookAndFeelMenu
public static JMenu createLookAndFeelMenu(JFrame frame)
- Creates a menu which contains various look and feel options, when the
user chooses one, the look and feel the passed in frame is changed
- Parameters:
frame - The frame where the look and feel should be changed
setSystemLookAndFeel
public static void setSystemLookAndFeel()
setCrossPlatformLookAndFeel
public static void setCrossPlatformLookAndFeel()