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?