Java Swing Programming Question:

Why should any swing call back implementation execute quickly?

Tweet Share WhatsApp

Answer:

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

Download Java Swing Programming PDF Read All 26 Java Swing Programming Questions
Previous QuestionNext Question
What is the What is the difference between invokeAndWait() and invokeLater()? ?What is an applet?