Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Replies
    3
    Views
    700

    Re: ActionListener in Java

    Does the class that makes the sound have methods to call to stop the sound?
    If the code that makes the sound is run on another thread, not the EDT, then buttons will be responsive and their action...
  2. Replies
    3
    Views
    700

    Re: ActionListener in Java

    ActionListeners run on the Event Dispatch Thread which is the same thread used by Swing. If any code running on the EDT uses too much time, the responsiveness of all GUI components will be delayed...
Results 1 to 2 of 2