Java - Is it possible to override an ActionListener in the SuperClass?
- by KP65
If have two classes, Class A and Class B, B is a subclass of A...if my Class A(the superclass) has a JButton with an ActionListener which is implemented by an anonymous inner class, how can I override what the button does in the subclass?