/Java_21_Button_Test_1

A program showing the functiionallity of Buttons, a component of JFrame class.

Primary LanguageJava

Java_21_Button_Test_1

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