org.jogre.client.awt
Class JogreAwt

java.lang.Object
  extended byorg.jogre.client.awt.JogreAwt

public class JogreAwt
extends Object

Convience class which holds a number of static constants such as fonts etc.

Version:
Alpha 0.2.3
Author:
Bob Marks

Field Summary
static Font LIST_FONT
          Font used in the user list, table list and player list boxes.
static Font LIST_FONT_BOLD
          Bold font used in the user list, table list and player list boxes.
 
Constructor Summary
JogreAwt()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LIST_FONT

public static final Font LIST_FONT
Font used in the user list, table list and player list boxes.


LIST_FONT_BOLD

public static final Font LIST_FONT_BOLD
Bold font used in the user list, table list and player list boxes.

Constructor Detail

JogreAwt

public JogreAwt()