altosui: Separate out flash debug code to separate thread
[fw/altos] / altosui / AltosUI.java
index 7955c1c20660a5348537a9a5450cdacf5b7434b0..7bb4ba12bd94b8a172ce1e41fa45fd5f43690ce6 100644 (file)
@@ -219,7 +219,7 @@ public class AltosUI extends JFrame {
        }
 
        void FlashImage() {
-               new AltosFlashUI(AltosUI.this);
+               AltosFlashUI.show(AltosUI.this);
        }
 
        void FireIgniter() {