previous
|
start
|
next
Check Boxes
Similar to radio button, not mutually exclusive
JCheckBox it = new JCheckBox("Italic");
Don't place into button group
previous
|
start
|
next