FormBorderStyle Class

FormBorderStyle Class

This Package | All Packages

Enum
  |
  +--BorderStyle
    |
    +--FormBorderStyle
public class FormBorderStyle
extends BorderStyle

Enumeration class that represents the border styles of a form.

Fields
Name Description
FIXED_DIALOG The associated form will have a thick, fixed dialog-style border.
FIXED_TOOLWINDOW The associated form will have a nonresizable tool window border.
MAX Topic under construction.
MIN Topic under construction.
SIZABLE The associated form will have a fully resizable border.
SIZABLE_TOOLWINDOW The associated form will have a resizable tool window border.

Fields

FormBorderStyle.FIXED_DIALOG

Syntax
public static final int FIXED_DIALOG;
Description
The associated form will have a thick, fixed dialog-style border.

FormBorderStyle.FIXED_TOOLWINDOW

Syntax
public static final int FIXED_TOOLWINDOW;
Description
The associated form will have a nonresizable tool window border.

FormBorderStyle.MAX

Syntax
public static final int MAX;
Description
Topic under construction.

FormBorderStyle.MIN

Syntax
public static final int MIN;
Description
Topic under construction.

FormBorderStyle.SIZABLE

Syntax
public static final int SIZABLE;
Description
The associated form will have a fully resizable border.

FormBorderStyle.SIZABLE_TOOLWINDOW

Syntax
public static final int SIZABLE_TOOLWINDOW;
Description
The associated form will have a resizable tool window border.