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

/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifDesktopPaneUI.java232 while (getIconAt(c, icon, x, y) != null) {
247 protected JInternalFrame.JDesktopIcon getIconAt(JDesktopPane desktop, method in class:MotifDesktopPaneUI.MotifDesktopManager
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJTabbedPane.java1125 public Icon getIconAt(int index) { method in class:JTabbedPane
1351 * @see #getIconAt
1700 Icon tabIcon = getIconAt(i);

Completed in 48 milliseconds