public interface DesktopResizingCapable extends Capability
T-Plan Robot Enterprise, (C) 2009-2022 T-Plan Limited. All rights reserved.
Modifier and Type | Method and Description |
---|---|
boolean |
canResize()
Find out whether the desktop can be resized now.
|
void |
resize(int width,
int height)
Resize the desktop to the given dimensions.
|
boolean canResize()
void resize(int width, int height)
width
- new desktop width.height
- new desktop height.