|
@ -60,6 +60,7 @@ public class ChatClient extends JFrame implements KeyListener { |
|
|
|
|
|
|
|
|
catch (Exception e) { |
|
|
catch (Exception e) { |
|
|
JOptionPane.showMessageDialog(null, "Verbindung zum Server \"" + address + "\" fehlgeschlagen."); |
|
|
JOptionPane.showMessageDialog(null, "Verbindung zum Server \"" + address + "\" fehlgeschlagen."); |
|
|
|
|
|
dispose(); |
|
|
} |
|
|
} |
|
|
finally { |
|
|
finally { |
|
|
if (connectionToServer != null) { |
|
|
if (connectionToServer != null) { |
|
|