Search:

Type: Posts; User: Sean4u

Search: Search took 0.09 seconds.

  1. Thread: JButton events

    by Sean4u
    Replies
    9
    Views
    2,591

    Re: JButton events

    You haven't told javac where to look for the class ActionEvent with an import statement. Have a look at the list of imports at the top of the Beeper.java example.
    ...
  2. Thread: JButton events

    by Sean4u
    Replies
    9
    Views
    2,591

    Re: JButton events

    Have you worked through this?
    Lesson: Writing Event Listeners (The Java™ Tutorials > Creating a GUI With JFC/Swing)
Results 1 to 2 of 2