/[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.71 by rabbit78, Wed Nov 16 20:33:06 2005 UTC revision 1.72 by langel, Wed Nov 23 19:45:43 2005 UTC
# Line 40  package javax.swing.plaf.metal; Line 40  package javax.swing.plaf.metal;
40    
41  import java.awt.Color;  import java.awt.Color;
42  import java.awt.Font;  import java.awt.Font;
 import java.awt.Insets;  
43    
44  import javax.swing.LookAndFeel;  import javax.swing.LookAndFeel;
45  import javax.swing.UIDefaults;  import javax.swing.UIDefaults;
# Line 902  public class MetalLookAndFeel extends Ba Line 901  public class MetalLookAndFeel extends Ba
901        "Menu.acceleratorFont", new FontUIResource("Dialog", Font.PLAIN, 10),        "Menu.acceleratorFont", new FontUIResource("Dialog", Font.PLAIN, 10),
902        "Menu.acceleratorForeground", getAcceleratorForeground(),        "Menu.acceleratorForeground", getAcceleratorForeground(),
903        "Menu.acceleratorSelectionForeground", getAcceleratorSelectedForeground(),        "Menu.acceleratorSelectionForeground", getAcceleratorSelectedForeground(),
904          "Menu.arrowIcon", MetalIconFactory.getMenuArrowIcon(),
905        "Menu.background", getMenuBackground(),        "Menu.background", getMenuBackground(),
906        "Menu.border", new MetalBorders.MenuItemBorder(),        "Menu.border", new MetalBorders.MenuItemBorder(),
907        "Menu.borderPainted", Boolean.TRUE,        "Menu.borderPainted", Boolean.TRUE,
908          "Menu.checkIcon", MetalIconFactory.getMenuItemCheckIcon(),
909        "Menu.disabledForeground", getMenuDisabledForeground(),        "Menu.disabledForeground", getMenuDisabledForeground(),
910        "Menu.font", getControlTextFont(),        "Menu.font", getControlTextFont(),
911        "Menu.foreground", getMenuForeground(),        "Menu.foreground", getMenuForeground(),
# Line 921  public class MetalLookAndFeel extends Ba Line 922  public class MetalLookAndFeel extends Ba
922        "MenuItem.acceleratorFont", new FontUIResource("Dialog", Font.PLAIN, 10),        "MenuItem.acceleratorFont", new FontUIResource("Dialog", Font.PLAIN, 10),
923        "MenuItem.acceleratorForeground", getAcceleratorForeground(),        "MenuItem.acceleratorForeground", getAcceleratorForeground(),
924        "MenuItem.acceleratorSelectionForeground", getAcceleratorSelectedForeground(),        "MenuItem.acceleratorSelectionForeground", getAcceleratorSelectedForeground(),
925          "MenuItem.arrowIcon", MetalIconFactory.getMenuItemArrowIcon(),
926        "MenuItem.background", getMenuBackground(),        "MenuItem.background", getMenuBackground(),
927        "MenuItem.border", new MetalBorders.MenuItemBorder(),        "MenuItem.border", new MetalBorders.MenuItemBorder(),
928        "MenuItem.disabledForeground", getMenuDisabledForeground(),        "MenuItem.disabledForeground", getMenuDisabledForeground(),

Legend:
Removed from v.1.71  
changed lines
  Added in v.1.72

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