Frame.Frame

Frame.Frame

Class Overview | Class Members | This Package | All Packages

Syntax 1
public Frame()
Description
Constructs a new instance of Frame that is initially invisible.

See Also
setSize, setVisible



Syntax 2
public Frame( String title )
Parameters
title
the title for the frame
Description
Constructs a new, initially invisible Frame object with the specified title.

See Also
setSize, setVisible