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