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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DDesktopManager.java117 void setBoundsForFrame(JComponent f, int newX, int newY, int newWidth, int newHeight); method in interface:DesktopManager
H A DDefaultDesktopManager.java132 setBoundsForFrame(f, 0, 0,
159 setBoundsForFrame(f, r.x, r.y, r.width, r.height);
228 setBoundsForFrame(f, 0, 0,
385 setBoundsForFrame(f, newX, newY, f.getWidth(), f.getHeight());
392 setBoundsForFrame(f, currentLoc.x, currentLoc.y, f.getWidth(), f.getHeight() );
411 * Calls <code>setBoundsForFrame</code> with the new values.
421 setBoundsForFrame(f, newX, newY, newWidth, newHeight);
450 setBoundsForFrame(f, currentBounds.x, currentBounds.y, currentBounds.width, currentBounds.height );
457 public void setBoundsForFrame(JComponent f, int newX, int newY, int newWidth, int newHeight) { method in class:DefaultDesktopManager
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthDesktopPaneUI.java336 setBoundsForFrame(f, 0, 0,
396 setBoundsForFrame(f, 0, 0, w, h);
416 public void setBoundsForFrame(JComponent f, int newX, int newY, int newWidth, int newHeight) { method in class:SynthDesktopPaneUI.SynthDesktopManager
417 super.setBoundsForFrame(f, newX, newY, newWidth, newHeight);
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifDesktopPaneUI.java92 public void setBoundsForFrame(JComponent f, int newX, int newY, method in class:MotifDesktopPaneUI.MotifDesktopManager
126 setBoundsForFrame(f, newX, newY, f.getWidth(), f.getHeight());
134 setBoundsForFrame(f, dragPane.getX(), dragPane.getY(),
159 setBoundsForFrame(f, newX, newY, newWidth, newHeight);
167 setBoundsForFrame(f, dragPane.getX(), dragPane.getY(),
241 setBoundsForFrame(icon, x, y, w, h);

Completed in 40 milliseconds