altosui/micropeak: Let native window system place windows
[fw/altos] / altosui / AltosUI.java
index 70142a93b5d3beeb6d7e0a8c75b8308e31800273..d630ceec763613a38e4fd5abe4c907d9ed9bc0c8 100644 (file)
@@ -552,7 +552,6 @@ public class AltosUI extends AltosUIFrame {
                /* Handle batch-mode */
                if (args.length == 0) {
                        AltosUI altosui = new AltosUI();
-                       altosui.setVisible(true);
 
                        java.util.List<AltosDevice> devices = AltosUSBDevice.list(Altos.product_basestation);
                        for (AltosDevice device : devices)