Question: Why should any swing call back implementation execute quickly?Answer: Callbacks are invoked by the event dispatch thread. Event dispatch thread blocks processing of other events as long as call back method executes. |
保存以便复习
收藏此条目、标记为困难题,或将其加入复习集合。
这有帮助吗? 是 否
Most helpful rated by users:
- Why does it take so much time to access an Applet having Swing Components the first time?
- What\'s Java Swing?
- What are the differences between Swing and AWT?
- What is JFC?
- What is AWT?