:: com :: sun :: star :: awt ::

constants group Style
Description
specifies the style of a window.

Constants
FRAME specifies a frame.  
DIALOG specifies a dialog.  
Constants' Details
FRAME
const short FRAME = 0;
Description
specifies a frame.
DIALOG
const short DIALOG = 1;
Description
specifies a dialog.
Top of Page