|
@ -114,7 +114,7 @@ public class ChatGUI implements ActionListener { |
|
|
gui.setVisible(true); |
|
|
gui.setVisible(true); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
// main methode zum Testen, müsste bei Implementation entfernt werden |
|
|
|
|
|
|
|
|
// main methode zum Testen, müsste bei Implementation in die Client-Klasse entfernt werden |
|
|
public static void main(String[] args) { |
|
|
public static void main(String[] args) { |
|
|
|
|
|
|
|
|
new ChatGUI(); |
|
|
new ChatGUI(); |
|
|