Microsoft SDK for Java

DhWindowInfo.size

Informs the browser to open a new window using the rectangle as the size.

Syntax

public Rectangle size;

Remarks

The Rectangle object should have width and height fields with a minimum value of 100. The y field specifies the top position in pixels relative to the upper-left corner of the screen. The x field specifies the left position in pixels relative to the upper-left corner of the screen.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.