Age | Commit message (Collapse) | Author |
|
emitter.
|
|
|
|
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.
|
|
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()
|
|
UI yet, as network code has not been implemented.
|