aspose file tools
The moose likes Swing / AWT / SWT and the fly likes SwingUtilites.invokeLater Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "SwingUtilites.invokeLater" Watch "SwingUtilites.invokeLater" New topic
Author

SwingUtilites.invokeLater

Jeffry Kristianto Yanuar
Ranch Hand

Joined: Oct 01, 2007
Posts: 759
Hi guys, my name is Jeffry. I'm currently working on my thesis project involving the GUI programming. I want to ask a question regarding running Swing application.

What's the different between running Swing app using SwingUtilities.invokeLater(new Runnable()) and using ordinary object creation approach in main(String[] args) method?


Thanks

JEffry Kristianto Yanuar
Michael Dunn
Ranch Hand

Joined: Jun 09, 2003
Posts: 4632
follow the links

http://www.coderanch.com/t/345403/GUI/java/Why-does-main-call-invoke
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: SwingUtilites.invokeLater
 
Similar Threads
Related to hanging of gui
what are all the topics for SCJD?
Design Patterns
Becoming Sun Java Instructor
EJB 3 Newbie