Package javax.swing.plaf

Examples of javax.swing.plaf.ColorUIResource.darker()


   
    defaults.add(JXTaskPane.uiClassID, "org.jdesktop.swingx.plaf.basic.BasicTaskPaneUI");
    defaults.add("TaskPane.font", new FontUIResource(taskPaneFont));
    defaults.add("TaskPane.background", UIManagerExt.getSafeColor("List.background",
              new ColorUIResource(Color.decode("#005C5C"))));
    defaults.add("TaskPane.specialTitleBackground", new ColorUIResource(menuBackground.darker()));
    defaults.add("TaskPane.titleBackgroundGradientStart", menuBackground);
    defaults.add("TaskPane.titleBackgroundGradientEnd", menuBackground);
    defaults.add("TaskPane.titleForeground", new ColorUIResource(SystemColor.menuText));
    defaults.add("TaskPane.specialTitleForeground", new ColorUIResource(SystemColor.menuText.brighter()));
    defaults.add("TaskPane.animate", Boolean.TRUE);
View Full Code Here


      "TaskPaneGroup.font",
      new FontUIResource(taskPaneFont),
      "TaskPaneGroup.background",
      UIManager.getColor("List.background"),
      "TaskPaneGroup.specialTitleBackground",
      new ColorUIResource(menuBackground.darker()),
      "TaskPaneGroup.titleBackgroundGradientStart",
      menuBackground,
      "TaskPaneGroup.titleBackgroundGradientEnd",
      menuBackground,
      "TaskPaneGroup.titleForeground",
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.