Method setBounds(Rectangle r)
Return type: void
Member of:
java.awt.Component
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
tool.setBounds(area);
2
tool.setBounds(area);
3
this.getBaseFrame().setBounds(r);
4
w.setBounds(org.openide.util.Utilities.findCenterBounds(w.getSize()));
5
w.setBounds(org.openide.util.Utilities.findCenterBounds(w.getSize()));
6
setBounds(properties.getFrameBounds());
7
pFrame.setBounds(new Rectangle(x,y,w,h));
8
frame.setBounds(uic.bounds);
9
setBounds(correctBounds);
10
p_container.setBounds( getCenteredPosition( p_width, p_height ) );
11
lScroll.setBounds(lBounds);
12
forLoopBtn.setBounds(new Rectangle(82, 141, 233, 46));
13
window.setBounds(defaultPlacement);
14
component.setBounds(cellRect);
15
setBounds(bounds);
16
this.setBounds(properties.getFrameBounds());
17
frame.setBounds(bounds);
18
frame.setBounds(data.bounds);
19
currentWindow.setBounds(currentRectangle);
20
component.setBounds(cellRect);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.