Search:

Type: Posts; User: pbrockway2

Search: Search took 0.29 seconds.

  1. Re: help with abstract and nonabstract action listner

    Did you check the ActionListener documentation? And, if so, were you able to locate the full name of ActionEvent class (including the package of which it's part)?
  2. Re: help with abstract and nonabstract action listner

    The error message I see when I attempt to compile your code is



    FrameAndButton.java:10: error: FrameAndButton is not abstract and does not override abstract method actionPerformed(ActionEvent)...
Results 1 to 2 of 2