Jar
Has a bar and border
invisible and has no title
Do any of :
use the declaration JFrame aFrame = new JFrame(300, 200);
declare a JFrame named aFrame, and then code aFrame.setSize(300, 200);
declare a JFrame named aFrame, and then code aFrame.setBounds(300, 200)
the JFrame to become hidden and the application to keep running
you can set the child class properties with the class constructor
frame1.add(label1);
mode
layout manager
It is a type of Container.
Tool tips
source
implements ActionListener
button1.addActionListener(this);
an object
as many listeners as it needs
itemStateChanged()
getSource()
ButtonGroup
box 3
requiring that the value entered be non numeric
True
Container
firstFrame.setSize(200,100);
Layout manager
look and feel
False
ActionListener
ItemStateChange ()
JCheckBox
ButtonGroup
the default option
True