Answers

Question and Answer:

  Home  Java Swing Programming

⟩ Why should any swing call back implementation execute quickly?

Callbacks are invoked by the event dispatch thread. Event dispatch thread blocks processing of other events as long as call back method executes.

 131 views

More Questions for you: