Friday, July 29, 2011

Java Questions - 26

When should the method invokeLater()be used?

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

No comments: