Syntax:
move {item} up/down/left/right by {value}/{size} move {item} to {location}
Keyword handler:
linguist.swing.keyword.SKMove.class
Runtime handler(s):
linguist.swing.handler.SHMove.class
Function:
Move a component such as a window, a label or button. The position of a window is screen-relative; all other components are positioned relative to their parent containers.
Example(s):
move MainWindow up by the top inset of MainWindow move OKButton to 100 100