resizeTo方法

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

将此窗口大小调整到特定的宽度和高度。

其他资源

实现

void resizeTo(int x, int y) native;