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

/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DInternalDialog.java73 private ImageIcon rightIcon = field in class:InternalDialog.MastheadIcon
92 int rWidth = rightIcon.getIconWidth();
100 rightIcon.paintIcon(c, g, width - rWidth, y);
119 gap + rightIcon.getIconWidth());

Completed in 21 milliseconds