thegame.client
Interface GameClientConstants.StartScreenConstants

All Known Implementing Classes:
GameClient.StartScreen
Enclosing class:
GameClientConstants

public static interface GameClientConstants.StartScreenConstants

Holds the constants used by GameScreen.

Author:
Erki Suurjaak

Field Summary
static java.lang.String ACCEPT_NAME_BUTTON_LABEL
           
static char ACCEPT_NAME_BUTTON_MNEMONIC
           
static int ACCEPT_NAME_BUTTON_NUMBER
           
static java.lang.String ACCEPT_NAME_BUTTON_TOOL_TIP
           
static java.awt.Insets BUTTON_INSETS
           
static java.lang.String[] BUTTON_LABELS
           
static char[] BUTTON_MNEMONICS
           
static int BUTTON_PANEL_COLS
           
static int BUTTON_PANEL_ROWS
           
static java.lang.String[] BUTTON_TOOL_TIPS
           
static java.lang.String[] CREATE_GAME_BUTTON_CLICK_MESSAGE_OPTIONS
           
static java.lang.String CREATE_GAME_BUTTON_CLICK_MESSAGE_TEXT
           
static java.lang.String CREATE_GAME_BUTTON_CLICK_MESSAGE_TITLE
           
static java.lang.String CREATE_GAME_BUTTON_LABEL
           
static char CREATE_GAME_BUTTON_MNEMONIC
           
static int CREATE_GAME_BUTTON_NUMBER
           
static java.lang.String CREATE_GAME_BUTTON_TOOL_TIP
           
static boolean[] ENABLED_AT_STARTUP
          The state of the buttons at startup.
static int ENTER_NAME_FIELD_COLS
           
static java.lang.String ENTER_NAME_FIELD_LABEL_TEXT
           
static char ENTER_NAME_FIELD_MNEMONIC
           
static int[] GAME_BUTTONS
          The buttons that are grouped together.
static java.lang.String INFORMATION_LABEL_TEXT
           
static java.lang.String JOIN_GAME_BUTTON_LABEL
           
static char JOIN_GAME_BUTTON_MNEMONIC
           
static int JOIN_GAME_BUTTON_NUMBER
           
static java.lang.String JOIN_GAME_BUTTON_TOOL_TIP
           
static java.lang.String JOIN_GAME_FAILED_MESSAGE_TEXT
           
static java.lang.String JOIN_GAME_FAILED_MESSAGE_TITLE
           
static java.awt.Font LABELS_FONT
           
static int NUMBER_OF_BUTTONS
           
static int NUMBER_OF_COMPONENTS_TO_DISABLE
           
static java.lang.String PICTURE_AND_COPYRIGHT_LABEL_TEXT
           
static java.lang.String PLAYER_NAME_NOT_OK_MESSAGE_TITLE
           
static java.awt.Insets PLAYER_NAMES_LIST_INSETS
           
static java.lang.String PLAYER_NAMES_LIST_LABEL_TEXT
           
static java.lang.String PLAYER_NAMES_LIST_PROTOTYPE_VALUE
           
static int PLAYER_NAMES_LIST_ROWS
           
static java.lang.String QUIT_GAME_BUTTON_LABEL
           
static char QUIT_GAME_BUTTON_MNEMONIC
           
static java.lang.String QUIT_GAME_BUTTON_TOOL_TIP
           
static javax.swing.ImageIcon START_SCREEN_PICTURE
          The picture shown in StartScreen.
static java.lang.String START_SCREEN_PICTURE_PATH
           
 

Field Detail

ACCEPT_NAME_BUTTON_LABEL

public static final java.lang.String ACCEPT_NAME_BUTTON_LABEL

ACCEPT_NAME_BUTTON_MNEMONIC

public static final char ACCEPT_NAME_BUTTON_MNEMONIC

ACCEPT_NAME_BUTTON_NUMBER

public static final int ACCEPT_NAME_BUTTON_NUMBER

ACCEPT_NAME_BUTTON_TOOL_TIP

public static final java.lang.String ACCEPT_NAME_BUTTON_TOOL_TIP

BUTTON_INSETS

public static final java.awt.Insets BUTTON_INSETS

BUTTON_LABELS

public static final java.lang.String[] BUTTON_LABELS

BUTTON_MNEMONICS

public static final char[] BUTTON_MNEMONICS

BUTTON_PANEL_COLS

public static final int BUTTON_PANEL_COLS

BUTTON_PANEL_ROWS

public static final int BUTTON_PANEL_ROWS

BUTTON_TOOL_TIPS

public static final java.lang.String[] BUTTON_TOOL_TIPS

CREATE_GAME_BUTTON_CLICK_MESSAGE_OPTIONS

public static final java.lang.String[] CREATE_GAME_BUTTON_CLICK_MESSAGE_OPTIONS

CREATE_GAME_BUTTON_CLICK_MESSAGE_TEXT

public static final java.lang.String CREATE_GAME_BUTTON_CLICK_MESSAGE_TEXT

CREATE_GAME_BUTTON_CLICK_MESSAGE_TITLE

public static final java.lang.String CREATE_GAME_BUTTON_CLICK_MESSAGE_TITLE

CREATE_GAME_BUTTON_LABEL

public static final java.lang.String CREATE_GAME_BUTTON_LABEL

CREATE_GAME_BUTTON_MNEMONIC

public static final char CREATE_GAME_BUTTON_MNEMONIC

CREATE_GAME_BUTTON_NUMBER

public static final int CREATE_GAME_BUTTON_NUMBER

CREATE_GAME_BUTTON_TOOL_TIP

public static final java.lang.String CREATE_GAME_BUTTON_TOOL_TIP

ENABLED_AT_STARTUP

public static final boolean[] ENABLED_AT_STARTUP
The state of the buttons at startup.

ENTER_NAME_FIELD_COLS

public static final int ENTER_NAME_FIELD_COLS

ENTER_NAME_FIELD_LABEL_TEXT

public static final java.lang.String ENTER_NAME_FIELD_LABEL_TEXT

ENTER_NAME_FIELD_MNEMONIC

public static final char ENTER_NAME_FIELD_MNEMONIC

GAME_BUTTONS

public static final int[] GAME_BUTTONS
The buttons that are grouped together.

INFORMATION_LABEL_TEXT

public static final java.lang.String INFORMATION_LABEL_TEXT

JOIN_GAME_BUTTON_LABEL

public static final java.lang.String JOIN_GAME_BUTTON_LABEL

JOIN_GAME_BUTTON_MNEMONIC

public static final char JOIN_GAME_BUTTON_MNEMONIC

JOIN_GAME_BUTTON_NUMBER

public static final int JOIN_GAME_BUTTON_NUMBER

JOIN_GAME_BUTTON_TOOL_TIP

public static final java.lang.String JOIN_GAME_BUTTON_TOOL_TIP

JOIN_GAME_FAILED_MESSAGE_TEXT

public static final java.lang.String JOIN_GAME_FAILED_MESSAGE_TEXT

JOIN_GAME_FAILED_MESSAGE_TITLE

public static final java.lang.String JOIN_GAME_FAILED_MESSAGE_TITLE

LABELS_FONT

public static final java.awt.Font LABELS_FONT

NUMBER_OF_BUTTONS

public static final int NUMBER_OF_BUTTONS

NUMBER_OF_COMPONENTS_TO_DISABLE

public static final int NUMBER_OF_COMPONENTS_TO_DISABLE

PICTURE_AND_COPYRIGHT_LABEL_TEXT

public static final java.lang.String PICTURE_AND_COPYRIGHT_LABEL_TEXT

PLAYER_NAME_NOT_OK_MESSAGE_TITLE

public static final java.lang.String PLAYER_NAME_NOT_OK_MESSAGE_TITLE

PLAYER_NAMES_LIST_INSETS

public static final java.awt.Insets PLAYER_NAMES_LIST_INSETS

PLAYER_NAMES_LIST_LABEL_TEXT

public static final java.lang.String PLAYER_NAMES_LIST_LABEL_TEXT

PLAYER_NAMES_LIST_PROTOTYPE_VALUE

public static final java.lang.String PLAYER_NAMES_LIST_PROTOTYPE_VALUE

PLAYER_NAMES_LIST_ROWS

public static final int PLAYER_NAMES_LIST_ROWS

QUIT_GAME_BUTTON_LABEL

public static final java.lang.String QUIT_GAME_BUTTON_LABEL

QUIT_GAME_BUTTON_MNEMONIC

public static final char QUIT_GAME_BUTTON_MNEMONIC

QUIT_GAME_BUTTON_TOOL_TIP

public static final java.lang.String QUIT_GAME_BUTTON_TOOL_TIP

START_SCREEN_PICTURE

public static final javax.swing.ImageIcon START_SCREEN_PICTURE
The picture shown in StartScreen.

START_SCREEN_PICTURE_PATH

public static final java.lang.String START_SCREEN_PICTURE_PATH