Searched defs:WHITE (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/test/javax/swing/JColorChooser/
H A DTest6348456.java43 private static final DefaultColorSelectionModel WHITE = new DefaultColorSelectionModel(Color.WHITE); field in class:Test6348456
54 this.chooser.setSelectionModel(WHITE);
61 this.chooser.setSelectionModel(this.chooser.getSelectionModel() == BLACK ? WHITE : BLACK);
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DGTKColorType.java42 public static final ColorType WHITE = new GTKColorType("White"); field in class:GTKColorType
50 MAX_COUNT = WHITE.getID() + 1;
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DMotifColorUtilities.java65 static final int WHITE = 0xFFFFFFFF; field in class:MotifColorUtilities
147 int foreground = WHITE;
153 else foreground = WHITE;
500 //fix for 5092883. WINDOW should be light gray and TEXT should be WHITE to look similar to Motif
502 systemColors[SystemColor.TEXT] = MotifColorUtilities.WHITE;
/openjdk7/jdk/src/share/classes/java/awt/
H A DColor.java71 public final static Color WHITE = white; field in class:Color
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dgtk2_interface.h136 WHITE enumerator in enum:_ColorType

Completed in 42 milliseconds