Update of /cvsroot/mc4j/mc4j/src/org/mc4j/console/connection
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv32360/src/org/mc4j/console/connection
Modified Files:
ConnectionNode.java
Log Message:
Visual tweaks
Index: ConnectionNode.java
===================================================================
RCS file: /cvsroot/mc4j/mc4j/src/org/mc4j/console/connection/ConnectionNode.java,v
retrieving revision 1.44
retrieving revision 1.45
diff -C2 -d -r1.44 -r1.45
*** ConnectionNode.java 12 Apr 2006 19:13:59 -0000 1.44
--- ConnectionNode.java 22 May 2006 02:38:52 -0000 1.45
***************
*** 395,398 ****
--- 395,400 ----
connectionFailure = true;
updateIcon();
+
+ e.printStackTrace(IOProvider.getDefault().getStdOut());
JOptionPane.showMessageDialog(null,"Unable to open connection to server: " + e.getCause().getMessage(),
"Connection Error", JOptionPane.ERROR_MESSAGE);
|