DEVFYI - Developer Resource - FYI

When should the method invokeLater()be used?

Java Interview Questions and Answers (part 1)


(Continued from previous question...)

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

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

(Continued on next question...)

Other Interview Questions