<<< java.awt.Window class | Index | Common properties for forms >>> |
Swing GUI app:
creates JFrame
adds other GUI widgets within JFrame for display
JFrame constructors:
JFrame() JFrame( String title ) JFrame( GraphicsConfiguration gc ) JFrame( String title, GraphicsConfiguration gc )
<<< java.awt.Window class | Index | Common properties for forms >>> |