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 ?