Microsoft SDK for Java

FormStartPosition Fields

Fields Description
CENTER_SCREEN Specifies that the form will be centered on the current primary monitor, and that its dimensions are determined by the form's size.
MANUAL Specifies that the location and size of the form will determine the starting position.
WINDOWS_DEFAULT_BOUNDS Specifies that the form will be positioned with the Windows default location and bounds.
WINDOWS_DEFAULT_LOCATION Specifies that the form will be positioned at the Windows default location with its dimensions determined by the form's size.

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