moveBy method

void moveBy (
  1. int x,
  2. int y
)

Moves this window.

x and y can be negative.

Other resources

Implementation

void moveBy(int x, int y) native;