Searched refs:getSystemColors (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DListHelper.java433 paintVSB(g, XComponentPeer.getSystemColors(), bounds);
436 paintHSB(g, XComponentPeer.getSystemColors(), bounds);
521 paintVSB(g, XComponentPeer.getSystemColors(), bounds);
524 paintHSB(g, XComponentPeer.getSystemColors(), bounds);
H A DXAWTLookAndFeel.java101 Color colors [] = XComponentPeer.getSystemColors();
H A DXChoicePeer.java939 draw3DRect(g, getSystemColors(), 0, 0, width - 1, height - 1, true);
940 draw3DRect(g, getSystemColors(), 1, 1, width - 3, height - 3, true);
H A DXListPeer.java1835 draw3DRect(g, getSystemColors(), 0, 0, listWidth - 1, listHeight - 1, false);
1904 scr.paint(g, getSystemColors(), paintAll);
H A DXComponentPeer.java964 static Color[] getSystemColors() { method in class:XComponentPeer

Completed in 46 milliseconds