BorderStyle Class

BorderStyle Class

This Package | All Packages

Enum
  |
  +--BorderStyle
public class BorderStyle
extends Enum

Enumeration class for window border styles.

Fields
Name Description
FIXED_SINGLE The associated window will have a single-line border.
MAX Topic under construction.
MIN Topic under construction.
NONE The associated window will not have a border.

Fields

BorderStyle.FIXED_SINGLE

Syntax
public static final int FIXED_SINGLE;
Description
The associated window will have a single-line border.

BorderStyle.MAX

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

BorderStyle.MIN

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

BorderStyle.NONE

Syntax
public static final int NONE;
Description
The associated window will not have a border.