Hi,

This helped me while playing with different lafs.

2005-11-02  Mark Wielaard  <[EMAIL PROTECTED]>

        * javax/swing/UIManager.java (static): Print complete exception.

Committed,

Mark

diff -u -r1.27 UIManager.java
--- javax/swing/UIManager.java  22 Sep 2005 22:09:33 -0000      1.27
+++ javax/swing/UIManager.java  2 Nov 2005 21:16:49 -0000
@@ -154,7 +154,7 @@
     catch (Exception ex)
       {
         System.err.println("cannot initialize Look and Feel: " + defaultlaf);
-        System.err.println("error: " + ex.getMessage());
+        System.err.println("error: " + ex.toString());
         System.err.println("falling back to Metal Look and Feel");
         try
           {

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Classpath-patches mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/classpath-patches

Reply via email to