Package javax.swing.plaf

Examples of javax.swing.plaf.ColorUIResource


   */
  static class TestTheme extends DefaultMetalTheme
  {
    public ColorUIResource getAcceleratorForeground()
    {
      return new ColorUIResource(0, 0, 1);
    }
View Full Code Here


    {
      return new ColorUIResource(0, 0, 1);
    }
    public ColorUIResource getAcceleratorSelectedForeground()
    {
      return new ColorUIResource(0, 0, 2);
    }
View Full Code Here

    {
      return new ColorUIResource(0, 0, 2);
    }
    public ColorUIResource getBlack()
    {
      return new ColorUIResource(0, 0, 3);
    }
View Full Code Here

    {
      return new ColorUIResource(0, 0, 3);
    }
    public ColorUIResource getControl()
    {
      return new ColorUIResource(0, 0, 4);
    }
View Full Code Here

    {
      return new ColorUIResource(0, 0, 4);
    }
    public ColorUIResource getControlDarkShadow()
    {
      return new ColorUIResource(0, 0, 5);
    }
View Full Code Here

    {
      return new ColorUIResource(0, 0, 5);
    }
    public ColorUIResource getControlDisabled()
    {
      return new ColorUIResource(0, 0, 6);
    }
View Full Code Here

    {
      return new ColorUIResource(0, 0, 6);
    }
    public ColorUIResource getControlHighlight()
    {
      return new ColorUIResource(0, 0, 7);
    }
View Full Code Here

    {
      return new ColorUIResource(0, 0, 7);
    }
    public ColorUIResource getControlInfo()
    {
      return new ColorUIResource(0, 0, 8);
    }
View Full Code Here

    {
      return new ColorUIResource(0, 0, 8);
    }
    public ColorUIResource getControlShadow()
    {
      return new ColorUIResource(0, 0, 9);
    }
View Full Code Here

    {
      return new ColorUIResource(0, 0, 9);
    }
    public ColorUIResource getControlTextColor()
    {
      return new ColorUIResource(0, 0, 10);
    }
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.