A JButton is a common button in Java Swing.
A JButton is a common button in Java Swing that allows users to execute actions and events which have been tied to that button. It is designed to be used with ActionListener
and Action
classes for interacting with a gui.
Relevant Java Tutorials: