From 8e190b313e7681e40a4511071e43dbd248ff9971 Mon Sep 17 00:00:00 2001 From: Paul Kattenborn Date: Fri, 9 Feb 2024 19:45:36 +0100 Subject: [PATCH] =?UTF-8?q?refactoring:=20pr=C3=A4zisere=20Kommentare=20un?= =?UTF-8?q?d=20Einr=C3=BCckungen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/ChatGUI.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/ChatGUI.java b/src/main/java/ChatGUI.java index 08d12d6..d8453fc 100644 --- a/src/main/java/ChatGUI.java +++ b/src/main/java/ChatGUI.java @@ -58,7 +58,7 @@ public class ChatGUI implements ActionListener { JMenu options = new JMenu("options"); JMenu colors = new JMenu("font-colors"); JMenu size = new JMenu("font-size"); - + // Create Pop-Up Button popupButton = new JButton("Popup-Nachricht senden"); popupButton.addActionListener(this); @@ -114,7 +114,7 @@ public class ChatGUI implements ActionListener { 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) { new ChatGUI();