willhains / guicebox

Automatically exported from code.google.com/p/guicebox
1 stars 2 forks source link

@Start Runnable fields not Swing-safe #24

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Developer needs to provide SwingUtilities.invokeLater(Runnable) within the
Runnable, which is just meaningless bloat.

Provide a parameter to @Start to provide Swing-safety via a SwingWorker.

Original issue reported on code.google.com by willhain...@gmail.com on 18 Oct 2009 at 10:52