/[classpath]/classpath/javax/swing/plaf/metal/MetalLookAndFeel.java
ViewVC logotype

Diff of /classpath/javax/swing/plaf/metal/MetalLookAndFeel.java

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

revision 1.16 by rabbit78, Mon Apr 18 23:04:36 2005 UTC revision 1.17 by rabbit78, Wed Apr 20 13:43:06 2005 UTC
# Line 92  public class MetalLookAndFeel extends Ba Line 92  public class MetalLookAndFeel extends Ba
92      if (LAF_defaults == null)      if (LAF_defaults == null)
93        LAF_defaults = super.getDefaults();        LAF_defaults = super.getDefaults();
94    
95        // add custom theme entries to the table
96        theme.addCustomEntriesToTable(LAF_defaults);
97        
98      // Returns the default values for this look and feel.      // Returns the default values for this look and feel.
99      return LAF_defaults;      return LAF_defaults;
100    }    }

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

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