vooga.levelEditor.ui
Class GUIDefaults

java.lang.Object
  extended by vooga.levelEditor.ui.GUIDefaults

 class GUIDefaults
extends java.lang.Object

Encapsulates various GUI defaults, such as component sizes.

Author:
Phil Puryear

Field Summary
static java.awt.Rectangle CLOL_BOUNDS
          The default size and location of the Current Level Object List.
static java.lang.String LAF_NAME
          The preferred look-and-feel for the Level Editor.
static java.awt.Dimension MAIN_WINDOW_SIZE
          The size of the top-level frame.
static java.awt.Rectangle OBJECT_BROWSER_BOUNDS
          The default size and location of the Object Browser.
static java.awt.Rectangle RENDER_WINDOW_BOUNDS
          The default size and location of the Render Window.
 
Constructor Summary
GUIDefaults()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LAF_NAME

public static final java.lang.String LAF_NAME
The preferred look-and-feel for the Level Editor.

See Also:
Constant Field Values

MAIN_WINDOW_SIZE

public static final java.awt.Dimension MAIN_WINDOW_SIZE
The size of the top-level frame.


OBJECT_BROWSER_BOUNDS

public static final java.awt.Rectangle OBJECT_BROWSER_BOUNDS
The default size and location of the Object Browser.


RENDER_WINDOW_BOUNDS

public static final java.awt.Rectangle RENDER_WINDOW_BOUNDS
The default size and location of the Render Window.


CLOL_BOUNDS

public static final java.awt.Rectangle CLOL_BOUNDS
The default size and location of the Current Level Object List.

Constructor Detail

GUIDefaults

GUIDefaults()