Changeset 4493


Ignore:
Timestamp:
2003-06-06T09:46:47+12:00 (21 years ago)
Author:
jmt12
Message:

Tried to change button colours

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/Configuration.java

    r4483 r4493  
    586586    UIManager.put("Button.background", new ColorUIResource(getColor("coloring.button_background", false)));
    587587    UIManager.put("Button.foreground", new ColorUIResource(getColor("coloring.button_foreground", false)));
     588
    588589    UIManager.put("ToggleButton.background", new ColorUIResource(getColor("coloring.button_background", false)));
    589590    UIManager.put("ToggleButton.foreground", new ColorUIResource(getColor("coloring.button_foreground", false)));
Note: See TracChangeset for help on using the changeset viewer.