/[classpath]/classpath/javax/swing/plaf/basic/BasicLookAndFeel.java
ViewVC logotype

Diff of /classpath/javax/swing/plaf/basic/BasicLookAndFeel.java

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

revision 1.10 by mark, Sat Jun 26 16:07:02 2004 UTC revision 1.11 by mark, Thu Jul 8 19:26:26 2004 UTC
# Line 1  Line 1 
1  /* BasicLookAndFeel.java --  /* BasicLookAndFeel.java --
2     Copyright (C) 2002 Free Software Foundation, Inc.     Copyright (C) 2002, 2004 Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 228  public abstract class BasicLookAndFeel e Line 228  public abstract class BasicLookAndFeel e
228    {    {
229      Object[] uiDefaults;      Object[] uiDefaults;
230            
231      // The JDK's default L&F happens to use these three purple shades      // The default Look and Feel happens to use these three purple shades
232      // extensively.      // extensively.
233      Color lightPurple = new Color(0xCC, 0xCC, 0xFF);      Color lightPurple = new Color(0xCC, 0xCC, 0xFF);
234      Color midPurple = new Color(0x99, 0x99, 0xCC);      Color midPurple = new Color(0x99, 0x99, 0xCC);

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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