Searched refs:getBackground (Results 1 - 25 of 203) sorted by relevance

123456789

/openjdk7/jaxp/src/org/w3c/dom/html/
H A DHTMLBodyElement.java64 public String getBackground(); method in interface:HTMLBodyElement
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsSplitPaneDivider.java63 getBackground();
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalMenuBarUI.java98 if (isOpaque && (c.getBackground() instanceof UIResource) &&
103 if (tb.isOpaque() &&tb.getBackground() instanceof UIResource) {
H A DMetalSeparatorUI.java75 g.setColor( c.getBackground() );
83 g.setColor( c.getBackground() );
H A DMetalPopupMenuSeparatorUI.java58 g.setColor( c.getBackground() );
H A DMetalDesktopIconUI.java74 button.setBackground(desktopIcon.getBackground());
85 label.setBorder( new MatteBorder( 0, 2, 0, 1, desktopIcon.getBackground()) );
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaPopupMenuSeparatorUI.java54 g.setColor(c.getBackground());
60 g.setColor(c.getBackground());
H A DAquaComboBoxRenderer.java119 setBackground(list.getBackground());
153 g.setColor(getBackground());
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWCanvasPeer.java57 Color bg = ((Component)target).getBackground();
71 g.setColor(((Component)target).getBackground());
/openjdk7/jdk/test/javax/swing/plaf/nimbus/
H A DColorCustomizationTest.java77 if (label.getBackground().getRGB() != c.getRGB()) {
79 System.err.println(" found: " + label.getBackground());
93 Color defaultColor = label.getBackground();
113 Color defaultColor = label.getBackground();
142 Color defaultColor = label.getBackground();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/table/
H A DLongCellRenderer.java52 table.getBackground());
/openjdk7/jdk/src/share/classes/javax/swing/border/
H A DBevelBorder.java142 c.getBackground().brighter().brighter();
156 c.getBackground().brighter();
170 c.getBackground().darker();
184 c.getBackground().darker().darker();
H A DEtchedBorder.java170 c.getBackground().brighter();
192 return shadow != null? shadow : c.getBackground().darker();
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicPopupMenuSeparatorUI.java57 g.setColor( c.getBackground() );
H A DBasicSeparatorUI.java95 g.setColor( c.getBackground() );
103 g.setColor( c.getBackground() );
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DStyledDocument.java164 public Color getBackground(AttributeSet attr); method in interface:StyledDocument
H A DLabelView.java148 bg = doc.getBackground(attr);
183 public Color getBackground() { method in class:LabelView
/openjdk7/jdk/src/share/classes/javax/accessibility/
H A DAccessibleComponent.java60 public Color getBackground(); method in interface:AccessibleComponent
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifPopupMenuSeparatorUI.java57 g.setColor( c.getBackground() );
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/FilterWindow/src/com/sun/hotspot/igv/filterwindow/
H A DCheckRenderer.java65 startBackground = this.getBackground();
83 this.setBackground(list.getBackground());
/openjdk7/jdk/test/java/awt/Frame/InvisibleOwner/
H A DInvisibleOwner.java95 if (c.equals(frame.getBackground())) {
98 if (!c.equals(helperFrame.getBackground())) {
/openjdk7/jdk/src/share/classes/javax/swing/
H A DDefaultListCellRenderer.java141 setBackground(list.getBackground());
185 Color back = getBackground();
192 back.equals(p.getBackground()) &&
H A DBox.java285 g.setColor(getBackground());
354 g.setColor(getBackground());
/openjdk7/jdk/src/share/classes/javax/swing/table/
H A DDefaultTableCellRenderer.java217 : table.getBackground();
276 Color back = getBackground();
284 back.equals(p.getBackground()) &&
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DSunVolatileImage.java189 private Color getBackground() { method in class:SunVolatileImage
191 return comp.getBackground();
211 getBackground(),

Completed in 93 milliseconds

123456789