DEVFYI - Developer Resource - FYI

60 Q When should the method invokeLater() be used?

Swing AWT Interview Questions


(Continued from previous question...)

60 Q When should the method invokeLater() be used?

A This method is used to ensure that Swing components are updated through the event-dispatching thread.

Other Interview Questions