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

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

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

revision 1.8 by mkoch, Fri Oct 22 12:43:59 2004 UTC revision 1.9 by mkoch, Fri Dec 31 16:34:34 2004 UTC
# Line 58  public abstract class LookAndFeel Line 58  public abstract class LookAndFeel
58    
59    public abstract String getDescription();    public abstract String getDescription();
60    
61      public static Object getDesktopPropertyValue(String systemPropertyName, Object fallbackValue)
62      {
63        Object value = Toolkit.getDefaultToolkit().getDesktopProperty(systemPropertyName);
64        return value != null ? value : fallbackValue;
65      }
66      
67    public abstract String getID();    public abstract String getID();
68    
69    public abstract String getName();    public abstract String getName();

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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