who can access fireActionPerformed() - TechRepublic
General discussion
May 3, 2001 at 12:15 AM
amit1508

who can access fireActionPerformed()

by amit1508 . Updated 24 years, 7 months ago

fireActionPerformed(ActionEvent ae) is a prptected method in the class javax.swing.AbstractButton.
JButton is a class extending AbstractButton.
Why can’t we call “fireActionPerformed” on an instance of JButton ?

This discussion is locked

All Comments