Package com.asdf.gui.lobby

GUI components used to display game lobby.

See:
          Description

Class Summary
CreateGamePanel This class is intended to be used as a superclass for all implementations of create game panels.
LobbyBottomPanel Bottom panel in LobbyFrame containing gamelist filters.
LobbyCreateAccountPanel Popup panel to create new accounts used in lobby.
LobbyFrame The class which actually shows the lobby view and collects all the panels in this package under one frame.
LobbyGameTableModel Table model for various tables in lobby's GUI.
LobbyLeftPanel Panel used by LobbyFrame to show available games.
LobbyMiddlePanel Middle panel containing running games list.
LobbyRightPanel RightPanel is used by LobbyFrame to show game's details.
LobbyRightPanelCreate  
LobbyTable JTable derivative that displays message to user if dataModel has no rows.
LobbyTopPanel TopPanel used by LobbyFrame to show account and login information.
 

Package com.asdf.gui.lobby Description

GUI components used to display game lobby.