moveBy method

void moveBy (int x, int y)

Moves this window.

x and y can be negative.

Other resources

Implementation

void moveBy(int x, int y) native;