/[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.3 by egagnon, Sun Aug 11 20:08:43 2002 UTC revision 1.4 by mkoch, Wed Jul 2 05:21:52 2003 UTC
# Line 36  obligated to do so.  If you do not wish Line 36  obligated to do so.  If you do not wish
36  exception statement from your version. */  exception statement from your version. */
37    
38    
 package javax.swing.plaf.metal;  
39    
40  import javax.swing.*;  package javax.swing.plaf.metal;
 import javax.swing.plaf.*;  
 import javax.swing.plaf.basic.*;  
41    
42    import javax.swing.UIDefaults;
43    import javax.swing.plaf.basic.BasicDefaults;
44    import javax.swing.plaf.basic.BasicLookAndFeel;
45    
46  public class MetalLookAndFeel extends LookAndFeel  public class MetalLookAndFeel extends BasicLookAndFeel
47   {           {        
48       public boolean isNativeLookAndFeel()        { return true; }       public boolean isNativeLookAndFeel()        { return true; }
49       public boolean isSupportedLookAndFeel()     { return true; }       public boolean isSupportedLookAndFeel()     { return true; }

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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