/[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.7.2.1 by gnu_andrew, Sat Jan 15 17:02:20 2005 UTC revision 1.7.2.2 by gnu_andrew, Sun Jan 16 15:15:13 2005 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.7.2.1  
changed lines
  Added in v.1.7.2.2

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