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

/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DXColors.java37 private static class XColor implements Comparable { class in class:XColors
44 XColor(String name, int red, int green, int blue) { method in class:XColors.XColor
56 XColor other = (XColor)o;
62 private static XColor key = new XColor("", -1, -1, -1);
76 private static final XColor[] colors = {
77 new XColor("alice blue", 240, 248, 255),
78 new XColor("aliceblue", 240, 248, 255),
79 new XColor("antiqu
[all...]

Completed in 39 milliseconds