gui
Class MirrorMirror
java.lang.Object
gui.MirrorMirror
public class MirrorMirror
- extends java.lang.Object
Methods enables users to set the look and feel of the application.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MOTIF_LOOK
private static final java.lang.String MOTIF_LOOK
- See Also:
- Constant Field Values
WINDOWS_LOOK
private static final java.lang.String WINDOWS_LOOK
- See Also:
- Constant Field Values
GTK_LOOK
private static final java.lang.String GTK_LOOK
- See Also:
- Constant Field Values
CROSS_PLATFORM
private static final java.lang.String CROSS_PLATFORM
- See Also:
- Constant Field Values
MirrorMirror
public MirrorMirror()
setLookAndFeel
public static void setLookAndFeel(int look,
GuiFrame frame)
- Sets the look of the chosen frame.
- Parameters:
look
- - an integer whoch identify the look.frame
- - reference to the GuiFrame.