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

/openjdk7/jdk/test/javax/swing/JInternalFrame/
H A DTest6802868.java68 resizeFrame();
83 resizeFrame();
92 private void resizeFrame() { method in class:Test6802868
/openjdk7/jdk/src/share/classes/javax/swing/
H A DDesktopManager.java102 * prior to any resizeFrame() calls to allow the DesktopManager to prepare any
110 void resizeFrame(JComponent f, int newX, int newY, int newWidth, int newHeight); method in interface:DesktopManager
H A DDefaultDesktopManager.java418 public void resizeFrame(JComponent f, int newX, int newY, int newWidth, int newHeight) { method in class:DefaultDesktopManager
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifDesktopPaneUI.java157 public void resizeFrame(JComponent f, int newX, int newY, method in class:MotifDesktopPaneUI.MotifDesktopManager

Completed in 33 milliseconds