Commit a17132ed authored by armin's avatar armin

commit

parent ec1b977d
...@@ -22,7 +22,8 @@ public class ChatRoomGUI extends JFrame { ...@@ -22,7 +22,8 @@ public class ChatRoomGUI extends JFrame {
this.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); this.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
this.setSize(WIDTH, HEIGHT); this.setSize(WIDTH, HEIGHT);
this.setLocation(X, Y); this.setLocation(X, Y);
this.add(new JScrollPane(chatBox), BorderLayout.CENTER); this.git remote add origin http://git.ceit.aut.ac.ir/9731082/test.git
add(new JScrollPane(chatBox), BorderLayout.CENTER);
this.add(participantsArea, BorderLayout.WEST); this.add(participantsArea, BorderLayout.WEST);
this.add(messageArea, BorderLayout.SOUTH); this.add(messageArea, BorderLayout.SOUTH);
this.setVisible(true); this.setVisible(true);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment