Package javax.swing.plaf

Examples of javax.swing.plaf.ColorUIResource


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


    {
      return new ColorUIResource(0, 0, 22);
    }
    public ColorUIResource getPrimaryControlInfo()
    {
      return new ColorUIResource(0, 0, 23);
    }
View Full Code Here

    {
      return new ColorUIResource(0, 0, 23);
    }
    public ColorUIResource getPrimaryControlShadow()
    {
      return new ColorUIResource(0, 0, 24);
    }
View Full Code Here

    {
      return new ColorUIResource(0, 0, 24);
    }
    public ColorUIResource getSeparatorBackground()
    {
      return new ColorUIResource(0, 0, 25);
    }
View Full Code Here

    {
      return new ColorUIResource(0, 0, 25);
    }
    public ColorUIResource getSeparatorForeground()
    {
      return new ColorUIResource(0, 0, 26);
    }
View Full Code Here

    {
      return new ColorUIResource(0, 0, 26);
    }
    public ColorUIResource getSystemTextColor()
    {
      return new ColorUIResource(0, 0, 27);
    }
View Full Code Here

    {
      return new ColorUIResource(0, 0, 27);
    }
    public ColorUIResource getTextHighlightColor()
    {
      return new ColorUIResource(0, 0, 28);
    }
View Full Code Here

    {
      return new ColorUIResource(0, 0, 28);
    }
    public ColorUIResource getUserTextColor()
    {
      return new ColorUIResource(0, 0, 29);
    }
View Full Code Here

    {
      return new ColorUIResource(0, 0, 29);
    }
    public ColorUIResource getWindowBackground()
    {
      return new ColorUIResource(0, 0, 30);
    }
View Full Code Here

    {
      return new ColorUIResource(0, 0, 30);
    }
    public ColorUIResource getWindowTitleBackground()
    {
      return new ColorUIResource(0, 0, 31);
    }
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.