/[classpath]/classpath/javax/swing/plaf/basic/BasicLabelUI.java
ViewVC logotype

Diff of /classpath/javax/swing/plaf/basic/BasicLabelUI.java

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

revision 1.11 by rabbit78, Wed Jun 22 15:05:34 2005 UTC revision 1.12 by rabbit78, Wed Jun 29 14:43:23 2005 UTC
# Line 350  public class BasicLabelUI extends LabelU Line 350  public class BasicLabelUI extends LabelU
350      c.setForeground(defaults.getColor("Label.foreground"));      c.setForeground(defaults.getColor("Label.foreground"));
351      c.setBackground(defaults.getColor("Label.background"));      c.setBackground(defaults.getColor("Label.background"));
352      c.setFont(defaults.getFont("Label.font"));      c.setFont(defaults.getFont("Label.font"));
     c.setBorder(defaults.getBorder("Label.border"));  
353      //XXX: There are properties we don't use called disabledForeground      //XXX: There are properties we don't use called disabledForeground
354      //and disabledShadow.      //and disabledShadow.
355    }    }
# Line 366  public class BasicLabelUI extends LabelU Line 365  public class BasicLabelUI extends LabelU
365      c.setForeground(null);      c.setForeground(null);
366      c.setBackground(null);      c.setBackground(null);
367      c.setFont(null);      c.setFont(null);
     c.setBorder(null);  
368    }    }
369    
370    /**    /**

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

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