move


Description:

public void move (Widget widget, int x, int y)

Moves a child of a Fixed container to the given position.

Parameters:

this

a Fixed.

widget

the child widget.

x

the horizontal position to move the widget to.

y

the vertical position to move the widget to.