org.jogre.util
Class JogreLookAndFeel

java.lang.Object
  |
  +--org.jogre.util.JogreLookAndFeel

public class JogreLookAndFeel
extends Object

This class is used to create a Jogre look-and-feel.

Version:
Alpha 0.1
Author:
Bob Marks

Field Summary
static String BLUE_LOOK_AND_FEEL
           
static String DEFAULT_LOOK_AND_FEEL
           
 
Method Summary
 String get(String key)
           
static JogreLookAndFeel getInstance()
          Accessor to singleton instance of the ServerResources class
 void setLookAndFeel(String lookAndFeel)
          Set the look and feel.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_LOOK_AND_FEEL

public static final String DEFAULT_LOOK_AND_FEEL

BLUE_LOOK_AND_FEEL

public static final String BLUE_LOOK_AND_FEEL
Method Detail

getInstance

public static JogreLookAndFeel getInstance()
Accessor to singleton instance of the ServerResources class
Returns:
 

setLookAndFeel

public void setLookAndFeel(String lookAndFeel)
Set the look and feel.
Parameters:
lookAndFeel -  

get

public String get(String key)
Parameters:
key -  
Returns: