All Packages Class Hierarchy This Package Previous Next Index
Class cnctInfoClientPack.cnctInfoPanel
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----cnctInfoClientPack.cnctInfoPanel
- public class cnctInfoPanel
- extends Panel
- implements cnctInfoSocketEvent, ActionListener
-
akttablenumber
-
-
BLACK
-
-
cnctplayer
-
-
cncttables
-
-
gbc
-
-
gbl
-
-
headline
-
-
joinbutton
-
-
newbutton
-
-
parent
-
-
playerlist
-
-
playername
-
-
refreshbutton
-
-
socket
-
-
statusline
-
-
tablelist
-
-
tableplayer
-
-
watchbutton
-
-
WHITE
-
-
cnctInfoPanel(cnctInfoClient, point, String, int, String)
-
-
actionPerformed(ActionEvent)
-
-
addPlayerToList(cnctInfoPlayer)
-
-
addTableToList(cnctInfoGame)
-
-
close()
-
-
componentInit()
-
-
errorReceived()
-
-
games(cnctInfoGameList)
-
-
grayControl(int)
-
-
joingame()
-
-
newgame()
-
-
newplayerselected()
-
-
newtableselected()
-
-
okReceived()
-
-
paint(Graphics)
-
-
players(cnctInfoPlayerList)
-
-
refresh()
-
-
startNewGame(int, int)
-
-
watchgame()
-
parent
private cnctInfoClient parent
socket
private cnctInfoSocketClient socket
akttablenumber
private int akttablenumber
cnctplayer
private cnctInfoPlayerList cnctplayer
cncttables
private cnctInfoGameList cncttables
playername
private String playername
gbl
private GridBagLayout gbl
gbc
private GridBagConstraints gbc
headline
private Label headline
tablelist
private List tablelist
playerlist
private List playerlist
tableplayer
private List tableplayer
statusline
private Label statusline
newbutton
private Button newbutton
joinbutton
private Button joinbutton
watchbutton
private Button watchbutton
refreshbutton
private Button refreshbutton
BLACK
public static final int BLACK
WHITE
public static final int WHITE
cnctInfoPanel
public cnctInfoPanel(cnctInfoClient _parent,
point _size,
String host,
int port,
String _playname)
close
public void close()
paint
public void paint(Graphics g)
- Overrides:
- paint in class Container
okReceived
public void okReceived()
errorReceived
public void errorReceived()
players
public void players(cnctInfoPlayerList playerList)
games
public void games(cnctInfoGameList gameList)
addPlayerToList
private void addPlayerToList(cnctInfoPlayer player)
addTableToList
private void addTableToList(cnctInfoGame game)
actionPerformed
public void actionPerformed(ActionEvent e)
componentInit
private void componentInit()
newgame
public void newgame()
startNewGame
public void startNewGame(int _gamesize,
int _gamecolor)
joingame
public void joingame()
watchgame
public void watchgame()
refresh
public void refresh()
newplayerselected
private void newplayerselected()
newtableselected
private void newtableselected()
grayControl
private void grayControl(int status)
All Packages Class Hierarchy This Package Previous Next Index