put
Description:
public void put (
Widget widget,
int x,
int y)
Adds a widget to a Fixed container at the given position.
Parameters:
| this |
a Fixed.
|
| widget |
the widget to add.
|
| x |
the horizontal position to place the widget at.
|
| y |
the vertical position to place the widget at.
|