/[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.15 by rabbit78, Mon Apr 18 09:54:54 2005 UTC revision 1.16 by rabbit78, Mon Apr 18 23:04:36 2005 UTC
# Line 449  public class MetalLookAndFeel extends Ba Line 449  public class MetalLookAndFeel extends Ba
449     * </tr><tr>     * </tr><tr>
450     * <td>ScrollBar.background</td><td>0xcccccc</td>     * <td>ScrollBar.background</td><td>0xcccccc</td>
451     * </tr><tr>     * </tr><tr>
452       * <td>PopupMenu.border</td>
453       * <td><code>new javax.swing.plaf.metal.MetalBorders.PopupMenuBorder()</td>
454       * </tr><tr>
455     * </table>     * </table>
456     *     *
457     * @param defaults the UIDefaults instance to which the values are added     * @param defaults the UIDefaults instance to which the values are added
# Line 477  public class MetalLookAndFeel extends Ba Line 480  public class MetalLookAndFeel extends Ba
480        "MenuBar.font", getControlTextFont(),        "MenuBar.font", getControlTextFont(),
481        "MenuItem.background", new ColorUIResource(getControl()),        "MenuItem.background", new ColorUIResource(getControl()),
482        "MenuItem.font", getControlTextFont(),        "MenuItem.font", getControlTextFont(),
483        "ScrollBar.background", new ColorUIResource(getControl())        "ScrollBar.background", new ColorUIResource(getControl()),
484          "PopupMenu.border", new MetalBorders.PopupMenuBorder()
485      };      };
486      defaults.putDefaults(myDefaults);      defaults.putDefaults(myDefaults);
487    }    }

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

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