|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
PictionaryClientGUI.Paper.hs
on the canvas.
PictionaryClientGUI.Paper
on which the user can draw and also see what other players are drawing.
PictionaryServer
.PictionaryServer
.Message
s from PictionaryClient.ServerConnection.in
and pass them along to PictionaryClient.ServerConnection.handleMessage(pictionary.message.Message)
.Message
s from PictionaryClient.ServerConnection.outgoingMessages
and sending them to the server using PictionaryClient.ServerConnection.out
.PictionaryClientGUI.disconnectOrConnectBtn
PictionaryClientGUI.joinGameBtn
is clicked.PictionaryClientGUI.Paper.L1.mousePressed(MouseEvent)
event.PictionaryClientGUI.Paper.L2.mouseDragged(MouseEvent)
event.PictionaryClientGUI.sendTextBtn
PictionaryGame
instance used by the server.
TimerTask.run()
, used when scheduling
the game's next action, created when a player starts drawing.TimerTask.run()
, used when scheduling
the game's next action.PictionaryServer.ClientConnection
and a String message.PictionaryServer.disconnectOrConnectBtn
.ClientConnection#ClientConnection(BlockingQueue, Socket)
along with PictionaryServer.incomingMessages
.
|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |