Methods Summary |
---|
public javax.swing.plaf.ColorUIResource | getHighlightedTextColor()
return new ColorUIResource(255,255,255);
|
public javax.swing.plaf.ColorUIResource | getMenuBackground()
return new ColorUIResource(255,255,255);
|
public javax.swing.plaf.ColorUIResource | getMenuForeground()
return new ColorUIResource(0,0,0);
|
public javax.swing.plaf.ColorUIResource | getMenuSelectedBackground()
return new ColorUIResource(0,0,0);
|
public javax.swing.plaf.ColorUIResource | getMenuSelectedForeground()
return new ColorUIResource(255,255,255);
|
protected javax.swing.plaf.ColorUIResource | getPrimary1()
return new ColorUIResource(255,255,255);
|
protected javax.swing.plaf.ColorUIResource | getPrimary2()
return new ColorUIResource(0,0,0);
|
protected javax.swing.plaf.ColorUIResource | getPrimary3()
return new ColorUIResource(255,255,255);
|
protected javax.swing.plaf.ColorUIResource | getSecondary1()
return new ColorUIResource(0,0,0);
|
protected javax.swing.plaf.ColorUIResource | getSecondary2()
return new ColorUIResource(0,0,0);
|
protected javax.swing.plaf.ColorUIResource | getSecondary3()
return new ColorUIResource(255,255,255);
|
public javax.swing.plaf.ColorUIResource | getSystemTextColor()
return new ColorUIResource(0,0,0);
|
public javax.swing.plaf.ColorUIResource | getTextHighlightColor()
return new ColorUIResource(0,0,0);
|