Package javax.swing.plaf

Examples of javax.swing.plaf.ColorUIResource


    {
      return new ColorUIResource(0, 0, 10);
    }
    public ColorUIResource getDesktopColor()
    {
      return new ColorUIResource(0, 0, 11);
    }
View Full Code Here


    {
      return new ColorUIResource(0, 0, 11);
    }
    public ColorUIResource getFocusColor()
    {
      return new ColorUIResource(0, 0, 12);
    }
View Full Code Here

    {
      return new ColorUIResource(0, 0, 12);
    }
    public ColorUIResource getHighlightedTextColor()
    {
      return new ColorUIResource(0, 0, 13);
    }
View Full Code Here

    {
      return new ColorUIResource(0, 0, 13);
    }
    public ColorUIResource getInactiveSystemTextColor()
    {
      return new ColorUIResource(0, 0, 14);
    }
View Full Code Here

    {
      return new ColorUIResource(0, 0, 14);
    }
    public ColorUIResource getMenuBackground()
    {
      return new ColorUIResource(0, 0, 15);
    }
View Full Code Here

    {
      return new ColorUIResource(0, 0, 15);
    }
    public ColorUIResource getMenuDisabledForeground()
    {
      return new ColorUIResource(0, 0, 16);
    }
View Full Code Here

    {
      return new ColorUIResource(0, 0, 16);
    }
    public ColorUIResource getMenuForeground()
    {
      return new ColorUIResource(0, 0, 17);
    }
View Full Code Here

    {
      return new ColorUIResource(0, 0, 17);
    }
    public ColorUIResource getMenuSelectedBackground()
    {
      return new ColorUIResource(0, 0, 18);
    }
View Full Code Here

    {
      return new ColorUIResource(0, 0, 18);
    }
    public ColorUIResource getMenuSelectedForeground()
    {
      return new ColorUIResource(0, 0, 19);
    }
View Full Code Here

    {
      return new ColorUIResource(0, 0, 19);
    }
    public ColorUIResource getPrimaryControl()
    {
      return new ColorUIResource(0, 0, 20);
    }
View Full Code Here

TOP

Related Classes of javax.swing.plaf.ColorUIResource

Copyright © 2018 www.massapicom. 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.