/[classpath]/classpath/javax/swing/UIManager.java
ViewVC logotype

Diff of /classpath/javax/swing/UIManager.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.15.2.3 by gnu_andrew, Mon Apr 18 01:37:40 2005 UTC revision 1.15.2.4 by gnu_andrew, Thu Apr 28 23:00:14 2005 UTC
# Line 1  Line 1 
1  /* UIManager.java --  /* UIManager.java --
2     Copyright (C) 2002, 2003, 2004  Free Software Foundation, Inc.     Copyright (C) 2002, 2003, 2004, 2005  Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 98  public class UIManager implements Serial Line 98  public class UIManager implements Serial
98      catch (Exception ex)      catch (Exception ex)
99        {        {
100          System.err.println("cannot initialize Look and Feel: " + defaultlaf);          System.err.println("cannot initialize Look and Feel: " + defaultlaf);
101          System.err.println("errot: " + ex.getMessage());          System.err.println("error: " + ex.getMessage());
102          System.err.println("falling back to Metal Look and Feel");          System.err.println("falling back to Metal Look and Feel");
103        }        }
104    }    }

Legend:
Removed from v.1.15.2.3  
changed lines
  Added in v.1.15.2.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26