Searched defs:JInternalFrame (Results 1 - 1 of 1) sorted by relevance
/openjdk7/jdk/src/share/classes/javax/swing/ |
H A D | JInternalFrame.java | 59 * you add <code>JInternalFrame</code>s to a <code>JDesktopPane</code>. The UI 64 * The <code>JInternalFrame</code> content pane 81 * of a <code>JInternalFrame</code>. 100 * @see JInternalFrame.JDesktopIcon 112 public class JInternalFrame extends JComponent implements class in inherits:JComponent,Accessible,WindowConstants,RootPaneContainer 136 * false, but is set to true when the <code>JInternalFrame</code> is 159 * @see JInternalFrame.JDesktopIcon 255 if (parent instanceof JInternalFrame) { 257 ((JInternalFrame)parent).setLastFocusOwner(component); 266 * non-iconifiable <code>JInternalFrame</cod 268 public JInternalFrame() { method in class:JInternalFrame 281 public JInternalFrame(String title) { method in class:JInternalFrame 293 public JInternalFrame(String title, boolean resizable) { method in class:JInternalFrame 306 public JInternalFrame(String title, boolean resizable, boolean closable) { method in class:JInternalFrame 320 public JInternalFrame(String title, boolean resizable, boolean closable, method in class:JInternalFrame 336 public JInternalFrame(String title, boolean resizable, boolean closable, method in class:JInternalFrame [all...] |
Completed in 44 milliseconds