gui
Class MirrorMirror

java.lang.Object
  extended by gui.MirrorMirror

public class MirrorMirror
extends java.lang.Object

Methods enables users to set the look and feel of the application.


Field Summary
private static java.lang.String CROSS_PLATFORM
           
private static java.lang.String GTK_LOOK
           
private static java.lang.String MOTIF_LOOK
           
private static java.lang.String WINDOWS_LOOK
           
 
Constructor Summary
MirrorMirror()
           
 
Method Summary
static void setLookAndFeel(int look, GuiFrame frame)
          Sets the look of the chosen frame.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

MirrorMirror

public MirrorMirror()
Method Detail

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.