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

/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifDesktopIconUI.java53 protected IconLabel iconLabel;
134 protected IconLabel createIconLabel(JInternalFrame frame){
135 return new IconLabel(frame);
203 protected class IconLabel extends JPanel { class in class:MotifDesktopIconUI
206 IconLabel(JInternalFrame f) { method in class:MotifDesktopIconUI.IconLabel

Completed in 420 milliseconds