Searched refs:getForeground (Results 26 - 50 of 122) sorted by relevance

12345

/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicComboBoxRenderer.java112 setForeground(list.getForeground());
H A DBasicEditorPaneUI.java91 c.getForeground());
180 updateDisplayProperties(c.getFont(), c.getForeground());
351 if (! color.equals(StyleConstants.getForeground(style))) {
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWCanvasPeer.java73 g.setColor(((Component)target).getForeground());
H A DWPanelPeer.java86 c = ((Component)target).getForeground();
/openjdk7/jdk/src/share/classes/javax/swing/border/
H A DStrokeBorder.java113 g2d.setPaint(this.paint != null ? this.paint : c == null ? null : c.getForeground());
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DOffScreenImage.java83 Color fg = c.getForeground();
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsLabelUI.java80 g.setColor(l.getForeground());
H A DWindowsPopupMenuSeparatorUI.java76 g.setColor(c.getForeground());
H A DWindowsComboBoxUI.java295 c.setForeground(comboBox.getForeground());
535 new WindowsBorders.DashedBorder(list.getForeground());
556 component.setForeground(list.getForeground());
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaToolBarSeparatorUI.java50 g.setColor(c.getForeground());
H A DAquaComboBoxButton.java187 c.setForeground(comboBox.getForeground());
194 c.setForeground(comboBox.getForeground());
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJSlider.java951 public Color getForeground() {
952 Color fg = super.getForeground();
956 if (!(JSlider.this.getForeground() instanceof UIResource)) {
957 return JSlider.this.getForeground();
H A DDefaultListCellRenderer.java142 setForeground(list.getForeground());
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalDesktopIconUI.java75 button.setForeground(desktopIcon.getForeground());
H A DMetalSliderUI.java200 slider.getForeground();
526 g.setColor( slider.isEnabled() ? slider.getForeground() : MetalLookAndFeel.getControlShadow() );
531 g.setColor( slider.isEnabled() ? slider.getForeground() : MetalLookAndFeel.getControlShadow() );
536 g.setColor( slider.isEnabled() ? slider.getForeground() : MetalLookAndFeel.getControlShadow() );
547 g.setColor( slider.isEnabled() ? slider.getForeground() : MetalLookAndFeel.getControlShadow() );
H A DMetalButtonUI.java198 g.setColor(b.getForeground());
H A DMetalToggleButtonUI.java171 g.setColor(b.getForeground());
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthStyle.java791 color = c.getForeground();
794 color = c.getForeground();
811 return c.getForeground();
940 Color foreground = c.getForeground();
961 // NOTE: because getForeground, getBackground and getFont will look
H A DSynthDesktopIconUI.java75 iconPane.setForeground(desktopIcon.getForeground());
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/inspector/
H A DXArrayDataViewer.java78 Color foreground = arrayEditor.getForeground();
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXPanelPeer.java110 Color color = comp.getForeground();
/openjdk7/jdk/src/share/classes/javax/swing/table/
H A DDefaultTableCellRenderer.java226 : table.getForeground());
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DPasswordView.java75 g.setColor(f.getForeground());
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DImageView.java275 borderColor = ((StyledDocument)getDocument()).getForeground
968 g.setColor(getForeground());
995 public Color getForeground() { method in class:ImageView.ImageLabelView
1002 fg = ((StyledDocument)doc).getForeground(attr);
/openjdk7/jdk/src/share/classes/sun/awt/
H A DSunGraphicsCallback.java71 cg.setColor(comp.getForeground());

Completed in 100 milliseconds

12345