aspose file tools
The moose likes Java in General and the fly likes invokeLater(), createGUI() Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "invokeLater(), createGUI()" Watch "invokeLater(), createGUI()" New topic
Author

invokeLater(), createGUI()

henri henri
Ranch Hand

Joined: Oct 03, 2005
Posts: 115
I want to us the createGUI() method to avoid GUI deadlocks in my Swing code. I am unsure if I should wrap the GUI code in the createGUI() method WITHIN the init() method, or do away with the init() method of my Applet and simply wrap the GUI with the createGUI() method.

http://www.pollscanada.com/Applet.html


 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: invokeLater(), createGUI()
 
Similar Threads
Help wanted Urgently
Exception in thread "main" java.lang.IllegalArgumentException: illegal component position
trouble with layouts
JList deleting multiple items
JScrollPane doesn't adapt to change of data in JTable