Searched refs:backgroundColor (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsTreeUI.java148 Color backgroundColor = c.getBackground();
150 if(backgroundColor != null)
151 g.setColor(backgroundColor);
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXBaseMenuWindow.java56 * from backgroundColor and are contained in these vars.
58 private Color backgroundColor; field in class:XBaseMenuWindow
805 * @param backgroundColor the color of menu window's
808 void replaceColors(Color backgroundColor) { argument
809 if (backgroundColor != this.backgroundColor) {
810 this.backgroundColor = backgroundColor;
812 int red = backgroundColor.getRed();
813 int green = backgroundColor
[all...]
H A DXWindow.java468 Color backgroundColor; field in class:XWindow
470 backgroundColor = c;
476 if (backgroundColor != null) {
477 c = backgroundColor;
H A DXListPeer.java1698 Color backgroundColor = getListBackground();
1700 return (backgroundColor.equals(Color.BLACK)) ? foregroundColor.darker() : backgroundColor.darker();
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalIconFactory.java568 Color backgroundColor = MetalLookAndFeel.getPrimaryControl();
580 backgroundColor = MetalLookAndFeel.getControl();
581 internalBackgroundColor = backgroundColor;
606 g.setColor(backgroundColor);
675 Color backgroundColor = MetalLookAndFeel.getPrimaryControl();
688 backgroundColor = MetalLookAndFeel.getControl();
689 internalBackgroundColor = backgroundColor;
711 g.setColor(backgroundColor);
743 g.setColor(backgroundColor);
842 Color backgroundColor
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/text/rtf/
H A DRTFGenerator.java158 Object foregroundColor, backgroundColor;
172 backgroundColor = a.getAttribute(StyleConstants.Background);
173 if (backgroundColor != null &&
174 colorTable.get(backgroundColor) == null) {
175 colorTable.put(backgroundColor, new Integer(colorCount));
/openjdk7/jaxp/src/org/w3c/dom/css/
H A DCSS2Properties.java151 public void setBackgroundColor(String backgroundColor) argument
/openjdk7/jdk/src/share/classes/sun/java2d/
H A DSunGraphics2D.java172 public Color backgroundColor; field in class:SunGraphics2D
236 backgroundColor = bg;
1753 backgroundColor = color;
1761 return backgroundColor;

Completed in 65 milliseconds