thegame.client
Interface GameClientConstants.GameScreenConstants

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

public static interface GameClientConstants.GameScreenConstants

Holds the constants used by StartScreen.

Author:
Erki Suurjaak

Field Summary
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_HEIGHT
           
static int BUTTON_PANEL_ROWS
           
static int BUTTON_PANEL_WIDTH
           
static java.lang.String[] BUTTON_TOOL_TIPS
           
static java.awt.Insets CHECK_BOX_INSETS
           
static java.lang.String[] CHECK_BOX_LABELS
           
static char[] CHECK_BOX_MNEMONICS
           
static int CHECK_BOX_PANEL_COLS
           
static int CHECK_BOX_PANEL_ROWS
           
static java.lang.String[] CHECK_BOX_TOOL_TIPS
           
static java.awt.Font CHECK_BOXES_FONT
           
static int CLEAR_MESSAGE_AREA_BUTTON_NUMBER
           
static java.lang.String CLEAR_MESSAGE_AREA_LABEL
           
static char CLEAR_MESSAGE_AREA_MNEMONIC
           
static java.lang.String CLEAR_MESSAGE_AREA_TOOL_TIP
           
static java.lang.String ENTER_MESSAGE_FIELD_LABEL_LABEL
           
static int[] GAME_RUNNING_BUTTONS
           
static int[] GAME_STATE_BUTTONS
           
static int MESSAGE_AREA_COLS
           
static java.awt.Insets MESSAGE_AREA_INSETS
           
static java.lang.String MESSAGE_AREA_LABEL
           
static int MESSAGE_AREA_MAXIMUM_LENGTH
           
static int MESSAGE_AREA_ROWS
           
static java.lang.String NEW_GAME_BUTTON_CLICK_MESSAGE_TEXT
           
static java.lang.String NEW_GAME_BUTTON_CLICK_MESSAGE_TITLE
           
static java.lang.String NEW_GAME_BUTTON_LABEL
           
static char NEW_GAME_BUTTON_MNEMONIC
           
static int NEW_GAME_BUTTON_NUMBER
           
static java.lang.String NEW_GAME_BUTTON_TOOL_TIP
           
static java.lang.String NEW_LINE
           
static java.lang.String NEW_PLAYER_MESSAGE_TEXT
           
static java.lang.String NEW_PLAYER_MESSAGE_TITLE
           
static int NUMBER_OF_BUTTONS
           
static int NUMBER_OF_CHECK_BOXES
           
static int NUMBER_OF_GAME_RUNNING_BUTTONS
           
static int NUMBER_OF_GAME_STATE_BUTTONS
           
static int NUMBER_OF_PLAYER_EXISTS_BUTTONS
           
static java.lang.String PLAYER_ACCEPTED_NEW_GAME_MESSAGE_TEXT
           
static java.lang.String PLAYER_ACCEPTED_NEW_GAME_MESSAGE_TITLE
           
static javax.swing.ImageIcon PLAYER_CIRCLED_ICON
           
static java.lang.String PLAYER_CIRCLED_ICON_PATH
           
static javax.swing.ImageIcon PLAYER_CROSSED_ICON
           
static java.lang.String PLAYER_CROSSED_ICON_PATH
           
static java.lang.String PLAYER_DROPPED_MESSAGE_TEXT
           
static java.lang.String PLAYER_DROPPED_MESSAGE_TITLE
           
static int[] PLAYER_EXISTS_BUTTONS
           
static javax.swing.ImageIcon PLAYER_HIGHLIGHTED_CIRCLED_ICON
           
static java.lang.String PLAYER_HIGHLIGHTED_CIRCLED_ICON_PATH
           
static javax.swing.ImageIcon PLAYER_HIGHLIGHTED_CROSSED_ICON
           
static java.lang.String PLAYER_HIGHLIGHTED_CROSSED_ICON_PATH
           
static java.awt.Font PLAYER_LABELS_FONT
           
static int PLAYER_LABELS_PANEL_COLS
           
static int PLAYER_LABELS_PANEL_ROWS
           
static java.lang.String PLAYER_LOST_MESSAGE_TEXT
           
static java.lang.String PLAYER_LOST_MESSAGE_TITLE
           
static java.lang.String PLAYER_QUIT_MESSAGE_TEXT
           
static java.lang.String PLAYER_QUIT_MESSAGE_TITLE
           
static java.lang.String PLAYER_QUIT_TO_START_SCREEN_MESSAGE_TEXT
           
static java.lang.String PLAYER_QUIT_TO_START_SCREEN_MESSAGE_TITLE
           
static java.lang.String PLAYER_REFUSED_NEW_GAME_MESSAGE_TEXT
           
static java.lang.String PLAYER_REFUSED_NEW_GAME_MESSAGE_TITLE
           
static java.lang.String PLAYER_REQUESTED_NEW_GAME_MESSAGE_TEXT
           
static java.lang.String PLAYER_REQUESTED_NEW_GAME_MESSAGE_TITLE
           
static java.awt.Font PLAYER_SCORE_LABELS_FONT
           
static java.lang.String PLAYER_SURRENDERED_MESSAGE_TEXT
           
static java.lang.String PLAYER_SURRENDERED_MESSAGE_TITLE
           
static java.lang.String PLAYER_WON_MESSAGE_TEXT
           
static java.lang.String PLAYER_WON_MESSAGE_TITLE
           
static java.lang.String QUIT_GAME_BUTTON_CLICK_MESSAGE_TEXT
           
static java.lang.String QUIT_GAME_BUTTON_CLICK_MESSAGE_TITLE
           
static java.lang.String QUIT_GAME_BUTTON_LABEL
           
static char QUIT_GAME_BUTTON_MNEMONIC
           
static java.lang.String QUIT_GAME_BUTTON_TOOL_TIP
           
static java.lang.String QUIT_TO_START_SCREEN_BUTTON_CLICK_MESSAGE_TEXT
           
static java.lang.String QUIT_TO_START_SCREEN_BUTTON_CLICK_MESSAGE_TITLE
           
static java.lang.String QUIT_TO_START_SCREEN_BUTTON_LABEL
           
static char QUIT_TO_START_SCREEN_BUTTON_MNEMONIC
           
static java.lang.String QUIT_TO_START_SCREEN_BUTTON_TOOL_TIP
           
static java.lang.String REMOTE_PLAYER_START_LABEL
           
static java.lang.String SCORE_START_LABEL
           
static int SEND_MESSAGE_AREA_COLS
           
static java.lang.String SEND_MESSAGE_AREA_LABEL
           
static java.awt.Insets SEND_MESSAGE_BUTTON_INSETS
           
static java.lang.String SEND_MESSAGE_BUTTON_LABEL
           
static char SEND_MESSAGE_BUTTON_LABEL_MNEMONIC
           
static char SEND_MESSAGE_BUTTON_MNEMONIC
           
static int SEND_MESSAGE_BUTTON_NUMBER
           
static java.lang.String SEND_MESSAGE_BUTTON_TOOL_TIP
           
static int SEND_MESSAGE_PANEL_COLS
           
static java.lang.String SHOW_LOCAL_PLAYER_LAST_MOVE_CHECK_BOX_LABEL
           
static char SHOW_LOCAL_PLAYER_LAST_MOVE_CHECK_BOX_MNEMONIC
           
static java.lang.String SHOW_LOCAL_PLAYER_LAST_MOVE_CHECK_BOX_TOOL_TIP
           
static java.lang.String SHOW_REMOTE_PLAYER_LAST_MOVE_CHECK_BOX_LABEL
           
static char SHOW_REMOTE_PLAYER_LAST_MOVE_CHECK_BOX_MNEMONIC
           
static java.lang.String SHOW_REMOTE_PLAYER_LAST_MOVE_CHECK_BOX_TOOL_TIP
           
static java.lang.String SURRENDER_GAME_BUTTON_CLICK_MESSAGE_TEXT
           
static java.lang.String SURRENDER_GAME_BUTTON_CLICK_MESSAGE_TITLE
           
static java.lang.String SURRENDER_GAME_BUTTON_LABEL
           
static char SURRENDER_GAME_BUTTON_MNEMONIC
           
static int SURRENDER_GAME_BUTTON_NUMBER
           
static java.lang.String SURRENDER_GAME_BUTTON_TOOL_TIP
           
static java.lang.String TIME_START_LABEL
           
static java.lang.String WAIT_FOR_NEW_PLAYER_BUTTON_CLICK_MESSAGE_TEXT
           
static java.lang.String WAIT_FOR_NEW_PLAYER_BUTTON_CLICK_MESSAGE_TITLE
           
static java.lang.String WAIT_FOR_NEW_PLAYER_BUTTON_LABEL
           
static char WAIT_FOR_NEW_PLAYER_BUTTON_MNEMONIC
           
static java.lang.String WAIT_FOR_NEW_PLAYER_BUTTON_TOOL_TIP
           
 

Field Detail

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_HEIGHT

public static final int BUTTON_PANEL_HEIGHT

BUTTON_PANEL_ROWS

public static final int BUTTON_PANEL_ROWS

BUTTON_PANEL_WIDTH

public static final int BUTTON_PANEL_WIDTH

BUTTON_TOOL_TIPS

public static final java.lang.String[] BUTTON_TOOL_TIPS

CHECK_BOX_INSETS

public static final java.awt.Insets CHECK_BOX_INSETS

CHECK_BOX_LABELS

public static final java.lang.String[] CHECK_BOX_LABELS

CHECK_BOX_MNEMONICS

public static final char[] CHECK_BOX_MNEMONICS

CHECK_BOX_PANEL_COLS

public static final int CHECK_BOX_PANEL_COLS

CHECK_BOX_PANEL_ROWS

public static final int CHECK_BOX_PANEL_ROWS

CHECK_BOX_TOOL_TIPS

public static final java.lang.String[] CHECK_BOX_TOOL_TIPS

CHECK_BOXES_FONT

public static final java.awt.Font CHECK_BOXES_FONT

CLEAR_MESSAGE_AREA_BUTTON_NUMBER

public static final int CLEAR_MESSAGE_AREA_BUTTON_NUMBER

CLEAR_MESSAGE_AREA_LABEL

public static final java.lang.String CLEAR_MESSAGE_AREA_LABEL

CLEAR_MESSAGE_AREA_MNEMONIC

public static final char CLEAR_MESSAGE_AREA_MNEMONIC

CLEAR_MESSAGE_AREA_TOOL_TIP

public static final java.lang.String CLEAR_MESSAGE_AREA_TOOL_TIP

ENTER_MESSAGE_FIELD_LABEL_LABEL

public static final java.lang.String ENTER_MESSAGE_FIELD_LABEL_LABEL

GAME_RUNNING_BUTTONS

public static final int[] GAME_RUNNING_BUTTONS

GAME_STATE_BUTTONS

public static final int[] GAME_STATE_BUTTONS

MESSAGE_AREA_COLS

public static final int MESSAGE_AREA_COLS

MESSAGE_AREA_INSETS

public static final java.awt.Insets MESSAGE_AREA_INSETS

MESSAGE_AREA_LABEL

public static final java.lang.String MESSAGE_AREA_LABEL

MESSAGE_AREA_MAXIMUM_LENGTH

public static final int MESSAGE_AREA_MAXIMUM_LENGTH

MESSAGE_AREA_ROWS

public static final int MESSAGE_AREA_ROWS

NEW_GAME_BUTTON_CLICK_MESSAGE_TEXT

public static final java.lang.String NEW_GAME_BUTTON_CLICK_MESSAGE_TEXT

NEW_GAME_BUTTON_CLICK_MESSAGE_TITLE

public static final java.lang.String NEW_GAME_BUTTON_CLICK_MESSAGE_TITLE

NEW_GAME_BUTTON_LABEL

public static final java.lang.String NEW_GAME_BUTTON_LABEL

NEW_GAME_BUTTON_MNEMONIC

public static final char NEW_GAME_BUTTON_MNEMONIC

NEW_GAME_BUTTON_NUMBER

public static final int NEW_GAME_BUTTON_NUMBER

NEW_GAME_BUTTON_TOOL_TIP

public static final java.lang.String NEW_GAME_BUTTON_TOOL_TIP

NEW_LINE

public static final java.lang.String NEW_LINE

NEW_PLAYER_MESSAGE_TEXT

public static final java.lang.String NEW_PLAYER_MESSAGE_TEXT

NEW_PLAYER_MESSAGE_TITLE

public static final java.lang.String NEW_PLAYER_MESSAGE_TITLE

NUMBER_OF_BUTTONS

public static final int NUMBER_OF_BUTTONS

NUMBER_OF_CHECK_BOXES

public static final int NUMBER_OF_CHECK_BOXES

NUMBER_OF_GAME_RUNNING_BUTTONS

public static final int NUMBER_OF_GAME_RUNNING_BUTTONS

NUMBER_OF_GAME_STATE_BUTTONS

public static final int NUMBER_OF_GAME_STATE_BUTTONS

NUMBER_OF_PLAYER_EXISTS_BUTTONS

public static final int NUMBER_OF_PLAYER_EXISTS_BUTTONS

PLAYER_ACCEPTED_NEW_GAME_MESSAGE_TEXT

public static final java.lang.String PLAYER_ACCEPTED_NEW_GAME_MESSAGE_TEXT

PLAYER_ACCEPTED_NEW_GAME_MESSAGE_TITLE

public static final java.lang.String PLAYER_ACCEPTED_NEW_GAME_MESSAGE_TITLE

PLAYER_CIRCLED_ICON

public static final javax.swing.ImageIcon PLAYER_CIRCLED_ICON

PLAYER_CIRCLED_ICON_PATH

public static final java.lang.String PLAYER_CIRCLED_ICON_PATH

PLAYER_CROSSED_ICON

public static final javax.swing.ImageIcon PLAYER_CROSSED_ICON

PLAYER_CROSSED_ICON_PATH

public static final java.lang.String PLAYER_CROSSED_ICON_PATH

PLAYER_DROPPED_MESSAGE_TEXT

public static final java.lang.String PLAYER_DROPPED_MESSAGE_TEXT

PLAYER_DROPPED_MESSAGE_TITLE

public static final java.lang.String PLAYER_DROPPED_MESSAGE_TITLE

PLAYER_EXISTS_BUTTONS

public static final int[] PLAYER_EXISTS_BUTTONS

PLAYER_HIGHLIGHTED_CIRCLED_ICON

public static final javax.swing.ImageIcon PLAYER_HIGHLIGHTED_CIRCLED_ICON

PLAYER_HIGHLIGHTED_CIRCLED_ICON_PATH

public static final java.lang.String PLAYER_HIGHLIGHTED_CIRCLED_ICON_PATH

PLAYER_HIGHLIGHTED_CROSSED_ICON

public static final javax.swing.ImageIcon PLAYER_HIGHLIGHTED_CROSSED_ICON

PLAYER_HIGHLIGHTED_CROSSED_ICON_PATH

public static final java.lang.String PLAYER_HIGHLIGHTED_CROSSED_ICON_PATH

PLAYER_LABELS_FONT

public static final java.awt.Font PLAYER_LABELS_FONT

PLAYER_LABELS_PANEL_COLS

public static final int PLAYER_LABELS_PANEL_COLS

PLAYER_LABELS_PANEL_ROWS

public static final int PLAYER_LABELS_PANEL_ROWS

PLAYER_LOST_MESSAGE_TEXT

public static final java.lang.String PLAYER_LOST_MESSAGE_TEXT

PLAYER_LOST_MESSAGE_TITLE

public static final java.lang.String PLAYER_LOST_MESSAGE_TITLE

PLAYER_QUIT_MESSAGE_TEXT

public static final java.lang.String PLAYER_QUIT_MESSAGE_TEXT

PLAYER_QUIT_MESSAGE_TITLE

public static final java.lang.String PLAYER_QUIT_MESSAGE_TITLE

PLAYER_QUIT_TO_START_SCREEN_MESSAGE_TEXT

public static final java.lang.String PLAYER_QUIT_TO_START_SCREEN_MESSAGE_TEXT

PLAYER_QUIT_TO_START_SCREEN_MESSAGE_TITLE

public static final java.lang.String PLAYER_QUIT_TO_START_SCREEN_MESSAGE_TITLE

PLAYER_REFUSED_NEW_GAME_MESSAGE_TEXT

public static final java.lang.String PLAYER_REFUSED_NEW_GAME_MESSAGE_TEXT

PLAYER_REFUSED_NEW_GAME_MESSAGE_TITLE

public static final java.lang.String PLAYER_REFUSED_NEW_GAME_MESSAGE_TITLE

PLAYER_REQUESTED_NEW_GAME_MESSAGE_TEXT

public static final java.lang.String PLAYER_REQUESTED_NEW_GAME_MESSAGE_TEXT

PLAYER_REQUESTED_NEW_GAME_MESSAGE_TITLE

public static final java.lang.String PLAYER_REQUESTED_NEW_GAME_MESSAGE_TITLE

PLAYER_SCORE_LABELS_FONT

public static final java.awt.Font PLAYER_SCORE_LABELS_FONT

PLAYER_SURRENDERED_MESSAGE_TEXT

public static final java.lang.String PLAYER_SURRENDERED_MESSAGE_TEXT

PLAYER_SURRENDERED_MESSAGE_TITLE

public static final java.lang.String PLAYER_SURRENDERED_MESSAGE_TITLE

PLAYER_WON_MESSAGE_TEXT

public static final java.lang.String PLAYER_WON_MESSAGE_TEXT

PLAYER_WON_MESSAGE_TITLE

public static final java.lang.String PLAYER_WON_MESSAGE_TITLE

QUIT_GAME_BUTTON_CLICK_MESSAGE_TEXT

public static final java.lang.String QUIT_GAME_BUTTON_CLICK_MESSAGE_TEXT

QUIT_GAME_BUTTON_CLICK_MESSAGE_TITLE

public static final java.lang.String QUIT_GAME_BUTTON_CLICK_MESSAGE_TITLE

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

QUIT_TO_START_SCREEN_BUTTON_CLICK_MESSAGE_TEXT

public static final java.lang.String QUIT_TO_START_SCREEN_BUTTON_CLICK_MESSAGE_TEXT

QUIT_TO_START_SCREEN_BUTTON_CLICK_MESSAGE_TITLE

public static final java.lang.String QUIT_TO_START_SCREEN_BUTTON_CLICK_MESSAGE_TITLE

QUIT_TO_START_SCREEN_BUTTON_LABEL

public static final java.lang.String QUIT_TO_START_SCREEN_BUTTON_LABEL

QUIT_TO_START_SCREEN_BUTTON_MNEMONIC

public static final char QUIT_TO_START_SCREEN_BUTTON_MNEMONIC

QUIT_TO_START_SCREEN_BUTTON_TOOL_TIP

public static final java.lang.String QUIT_TO_START_SCREEN_BUTTON_TOOL_TIP

REMOTE_PLAYER_START_LABEL

public static final java.lang.String REMOTE_PLAYER_START_LABEL

SCORE_START_LABEL

public static final java.lang.String SCORE_START_LABEL

SEND_MESSAGE_AREA_COLS

public static final int SEND_MESSAGE_AREA_COLS

SEND_MESSAGE_AREA_LABEL

public static final java.lang.String SEND_MESSAGE_AREA_LABEL

SEND_MESSAGE_BUTTON_INSETS

public static final java.awt.Insets SEND_MESSAGE_BUTTON_INSETS

SEND_MESSAGE_BUTTON_LABEL

public static final java.lang.String SEND_MESSAGE_BUTTON_LABEL

SEND_MESSAGE_BUTTON_LABEL_MNEMONIC

public static final char SEND_MESSAGE_BUTTON_LABEL_MNEMONIC

SEND_MESSAGE_BUTTON_MNEMONIC

public static final char SEND_MESSAGE_BUTTON_MNEMONIC

SEND_MESSAGE_BUTTON_NUMBER

public static final int SEND_MESSAGE_BUTTON_NUMBER

SEND_MESSAGE_BUTTON_TOOL_TIP

public static final java.lang.String SEND_MESSAGE_BUTTON_TOOL_TIP

SEND_MESSAGE_PANEL_COLS

public static final int SEND_MESSAGE_PANEL_COLS

SHOW_LOCAL_PLAYER_LAST_MOVE_CHECK_BOX_LABEL

public static final java.lang.String SHOW_LOCAL_PLAYER_LAST_MOVE_CHECK_BOX_LABEL

SHOW_LOCAL_PLAYER_LAST_MOVE_CHECK_BOX_MNEMONIC

public static final char SHOW_LOCAL_PLAYER_LAST_MOVE_CHECK_BOX_MNEMONIC

SHOW_LOCAL_PLAYER_LAST_MOVE_CHECK_BOX_TOOL_TIP

public static final java.lang.String SHOW_LOCAL_PLAYER_LAST_MOVE_CHECK_BOX_TOOL_TIP

SHOW_REMOTE_PLAYER_LAST_MOVE_CHECK_BOX_LABEL

public static final java.lang.String SHOW_REMOTE_PLAYER_LAST_MOVE_CHECK_BOX_LABEL

SHOW_REMOTE_PLAYER_LAST_MOVE_CHECK_BOX_MNEMONIC

public static final char SHOW_REMOTE_PLAYER_LAST_MOVE_CHECK_BOX_MNEMONIC

SHOW_REMOTE_PLAYER_LAST_MOVE_CHECK_BOX_TOOL_TIP

public static final java.lang.String SHOW_REMOTE_PLAYER_LAST_MOVE_CHECK_BOX_TOOL_TIP

SURRENDER_GAME_BUTTON_CLICK_MESSAGE_TEXT

public static final java.lang.String SURRENDER_GAME_BUTTON_CLICK_MESSAGE_TEXT

SURRENDER_GAME_BUTTON_CLICK_MESSAGE_TITLE

public static final java.lang.String SURRENDER_GAME_BUTTON_CLICK_MESSAGE_TITLE

SURRENDER_GAME_BUTTON_LABEL

public static final java.lang.String SURRENDER_GAME_BUTTON_LABEL

SURRENDER_GAME_BUTTON_MNEMONIC

public static final char SURRENDER_GAME_BUTTON_MNEMONIC

SURRENDER_GAME_BUTTON_NUMBER

public static final int SURRENDER_GAME_BUTTON_NUMBER

SURRENDER_GAME_BUTTON_TOOL_TIP

public static final java.lang.String SURRENDER_GAME_BUTTON_TOOL_TIP

TIME_START_LABEL

public static final java.lang.String TIME_START_LABEL

WAIT_FOR_NEW_PLAYER_BUTTON_CLICK_MESSAGE_TEXT

public static final java.lang.String WAIT_FOR_NEW_PLAYER_BUTTON_CLICK_MESSAGE_TEXT

WAIT_FOR_NEW_PLAYER_BUTTON_CLICK_MESSAGE_TITLE

public static final java.lang.String WAIT_FOR_NEW_PLAYER_BUTTON_CLICK_MESSAGE_TITLE

WAIT_FOR_NEW_PLAYER_BUTTON_LABEL

public static final java.lang.String WAIT_FOR_NEW_PLAYER_BUTTON_LABEL

WAIT_FOR_NEW_PLAYER_BUTTON_MNEMONIC

public static final char WAIT_FOR_NEW_PLAYER_BUTTON_MNEMONIC

WAIT_FOR_NEW_PLAYER_BUTTON_TOOL_TIP

public static final java.lang.String WAIT_FOR_NEW_PLAYER_BUTTON_TOOL_TIP