| 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
|
 |
 |
|
|
subject: invokeLater(), createGUI()
|
|
|