Searched refs:getForeground (Results 1 - 25 of 122) sorted by relevance

12345

/openjdk7/jdk/test/javax/swing/plaf/synth/6771547/
H A DSynthTest.java46 if (!Color.RED.equals(new JButton().getForeground())) {
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DHTMLPane.java61 String.format("%06x", getForeground().getRGB() & 0xFFFFFF);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalSeparatorUI.java72 g.setColor( c.getForeground() );
80 g.setColor( c.getForeground() );
H A DMetalPopupMenuSeparatorUI.java55 g.setColor( c.getForeground() );
H A DMetalComboBoxButton.java103 setForeground(comboBox.getForeground());
184 c.setForeground(comboBox.getForeground());
193 c.setForeground(comboBox.getForeground());
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaPopupMenuSeparatorUI.java51 g.setColor(c.getForeground());
57 g.setColor(c.getForeground());
H A DAquaLabelUI.java62 g.setColor(l.getForeground());
92 final Color fg = label.getForeground();
H A DAquaComboBoxRenderer.java120 setForeground(list.getForeground());
159 g.setColor(getForeground());
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/table/
H A DLongCellRenderer.java50 table.getForeground());
H A DSortHeaderCellRenderer.java50 setForeground(header.getForeground());
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicPopupMenuSeparatorUI.java54 g.setColor( c.getForeground() );
H A DBasicSeparatorUI.java92 g.setColor( c.getForeground() );
100 g.setColor( c.getForeground() );
/openjdk7/jdk/src/share/classes/javax/swing/plaf/nimbus/
H A DToolBarSeparatorPainter.java65 g.setColor(c.getForeground());
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DStyledDocument.java154 public Color getForeground(AttributeSet attr); method in interface:StyledDocument
H A DLabelView.java146 fg = doc.getForeground(attr);
196 public Color getForeground() { method in class:LabelView
/openjdk7/jdk/src/share/classes/javax/accessibility/
H A DAccessibleComponent.java77 public Color getForeground(); method in interface:AccessibleComponent
83 * @see #getForeground
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifPopupMenuSeparatorUI.java54 g.setColor( c.getForeground() );
H A DMotifSliderUI.java111 g.setColor(slider.getForeground());
115 g.setColor(slider.getForeground().darker());
/openjdk7/jdk/test/javax/swing/JColorChooser/
H A DTest4193384.java65 if (!color.equals(label.getForeground())) {
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/FilterWindow/src/com/sun/hotspot/igv/filterwindow/
H A DCheckRenderer.java80 this.setForeground(list.getForeground());
84 this.setForeground(list.getForeground());
/openjdk7/jdk/src/share/demo/applets/DrawTest/
H A DDrawTest.java143 colors.add(getForeground());
167 colors.add(getForeground());
181 colors.add(getForeground());
209 g.setColor(getForeground());
220 g.setColor(getForeground());
260 target.setForeground(b.getForeground());
281 g.setColor(comp.getForeground());
290 target.setForeground(((Component) e.getSource()).getForeground());
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsGraphicsUtils.java84 Color color = b.getForeground();
94 g.setColor(b.getForeground());
128 Color textColor = b.getForeground();
131 textColor = xp.getColor(b, part, state, Prop.TEXTCOLOR, b.getForeground());
137 Prop.TEXTCOLOR, b.getForeground());
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DSunVolatileImage.java181 private Color getForeground() { method in class:SunVolatileImage
183 return comp.getForeground();
210 getForeground(),
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthTextPaneUI.java101 updateForeground(c.getForeground());
128 updateForeground(comp.getForeground());
/openjdk7/jdk/src/share/classes/javax/swing/colorchooser/
H A DDefaultPreviewPanel.java94 oldColor = getForeground();
115 g.setColor(getForeground());
134 Color color = getForeground();
171 Color color = getForeground();

Completed in 79 milliseconds

12345