Skip to content

Latest commit

 

History

History
26 lines (12 loc) · 337 Bytes

README.md

File metadata and controls

26 lines (12 loc) · 337 Bytes

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