put
Description:
public void put (
Widget child_widget,
int x,
int y)
Adds child_widget to this, at position (x,y).
this becomes the new parent container of child_widget.
Parameters:
| this |
a Layout
|
| child_widget |
child widget
|
| x |
X position of child widget
|
| y |
Y position of child widget
|