diff options
author | Keith Packard <keithp@keithp.com> | 2011-04-25 21:17:07 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-04-25 21:17:07 -0700 |
commit | 2e7b7b80432bb251ac39efa1fa05d32b5f250e14 (patch) | |
tree | 602b6834664e4a5d80a13334fcc4b59ca4958160 /altosui/AltosUI.java | |
parent | 214cd69c0e4a1617ed5cde8fc2f46a4cee6ecced (diff) |
altosui: Separate out flash debug code to separate thread
This avoids blocking the Swing thread while waiting for the serial
device.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/AltosUI.java')
-rw-r--r-- | altosui/AltosUI.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/altosui/AltosUI.java b/altosui/AltosUI.java index 7955c1c2..7bb4ba12 100644 --- a/altosui/AltosUI.java +++ b/altosui/AltosUI.java @@ -219,7 +219,7 @@ public class AltosUI extends JFrame { } void FlashImage() { - new AltosFlashUI(AltosUI.this); + AltosFlashUI.show(AltosUI.this); } void FireIgniter() { |