Searched refs:MotifInternalFrameTitlePane (Results 1 - 3 of 3) sorted by relevance
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/motif/ | ||
H A D | MotifInternalFrameUI.java | 57 MotifInternalFrameTitlePane titlePane; 115 titlePane = new MotifInternalFrameTitlePane(w); 138 // it as MotifInternalFrameTitlePane has a titlePane ivar that shadows the |
H A D | MotifDesktopIconUI.java | 57 private MotifInternalFrameTitlePane sysMenuTitlePane; 80 sysMenuTitlePane = new MotifInternalFrameTitlePane(frame); |
H A D | MotifInternalFrameTitlePane.java | 45 public class MotifInternalFrameTitlePane class in inherits:BasicInternalFrameTitlePane,LayoutManager,ActionListener,PropertyChangeListener 61 public MotifInternalFrameTitlePane(JInternalFrame frame) { method in class:MotifInternalFrameTitlePane |
Completed in 164 milliseconds