Skip to content
Snippets Groups Projects

fixed notifyUserDrawing exception

4 files
+ 5
3
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
0
@@ -50,6 +50,7 @@ public class ChatScreen {
@@ -50,6 +50,7 @@ public class ChatScreen {
public ChatScreen(Client client)
public ChatScreen(Client client)
{
{
this.client = client;
this.client = client;
 
activeDrawingUserBox = new JTextArea();
yourNameDisplay.setText(client.getUserName());
yourNameDisplay.setText(client.getUserName());
exitThisRoomButton.addActionListener(actionListener);
exitThisRoomButton.addActionListener(actionListener);
sendButton.addActionListener(actionListener);
sendButton.addActionListener(actionListener);
Loading