altosui: Eliminate unnecessary thread from config UI
authorKeith Packard <keithp@keithp.com>
Fri, 26 Nov 2010 00:09:37 +0000 (16:09 -0800)
committerKeith Packard <keithp@keithp.com>
Fri, 26 Nov 2010 00:30:19 +0000 (16:30 -0800)
commit6d3612e267cd4c1e7fdd74fc33952b3f26f870f5
treeba9f10ec8478274518b0e169e49bed02b6f8764d
parent12fb7f0e70cd244475d84469f93283112478d1e1
altosui: Eliminate unnecessary thread from config UI

There's no reason to use a thread to run a dialog box, and
swing doesn't like threads anyways.

Signed-off-by: Keith Packard <keithp@keithp.com>
altosui/AltosConfig.java