Button:
Component user clicks to trigger a specific action
1 - Several different types
2 - Command buttons
3 - Check boxes
4 - Toggle buttons
5 - Radio buttons
Note:
javax.swing.AbstractButton subclasses
Command buttons are created with class JButton
Generate ActionEvents when user clicks button