/[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.6 by mkoch, Sat Feb 14 21:42:56 2004 UTC revision 1.6.2.1 by gnu_andrew, Sat Jan 15 17:02:21 2005 UTC
# Line 43  import javax.swing.UIDefaults; Line 43  import javax.swing.UIDefaults;
43  import javax.swing.plaf.basic.BasicLookAndFeel;  import javax.swing.plaf.basic.BasicLookAndFeel;
44    
45  public class MetalLookAndFeel extends BasicLookAndFeel  public class MetalLookAndFeel extends BasicLookAndFeel
46   {          {          
47      private static final long serialVersionUID = 6680646159193457980L;
48      
49       public boolean isNativeLookAndFeel()        { return true; }       public boolean isNativeLookAndFeel()        { return true; }
50       public boolean isSupportedLookAndFeel()     { return true; }       public boolean isSupportedLookAndFeel()     { return true; }
51       public String getDescription()              { return "Metal look and feel"; }       public String getDescription()              { return "Metal look and feel"; }

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.6.2.1

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