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

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXListPeer.java110 // been set. See getListBackground()/getListForeground().
334 private Color getListForeground(Color[] colors) { method in class:XListPeer
1680 private Color getListForeground() { method in class:XListPeer.ListPainter
1699 Color foregroundColor = getListForeground();
1873 g.setColor(getListForeground());
1886 g.setColor(getListForeground());
1955 g.setColor(getListForeground()); // Focus color is always black on Linux

Completed in 35 milliseconds