summaryrefslogtreecommitdiff
path: root/src/tesseract/chatbox
AgeCommit message (Collapse)Author
2011-03-08Clean up. Removed "first peer" question. Fixed default position of particle ↵Jesse Morgan
emitter.
2011-03-05modified comments.Phillip
2011-03-05Can't sleep, here are my changes:Phillip
Chatbox chat name appears as the peer coordinates (x, y) Chatbox title changes based upon PeerInformation toString from Peer.getMyName(); Added network disconnect above system.exit(0) in TesseractUI.
2011-03-05Changes from email:Phillip
1: I had to pass Peer to Chatbox as a parameter to allow it to transmit messages (working!) 2: Added Chatbox option in networking menu. 3: Hitting <enter> or submit with Chatbox having focus transmits message in the Textfield 4: Made a getter in Peer to get the PeerInformation.toString()
2011-03-04Added Chatbox, very much a work in progress. Not integrated into tesseract ↵Phillip
UI yet, as network code has not been implemented.