summaryrefslogtreecommitdiff
path: root/altosui/AltosUI.java
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-01-19 18:04:08 -0800
committerKeith Packard <keithp@keithp.com>2013-01-20 15:45:16 -0800
commit5d35fd843299b5ff09a36220e6ecd8aefceb9b2c (patch)
tree63fd35049955a4dd98588af122d14594c405caa9 /altosui/AltosUI.java
parentaed990c3a37249a111c783336afade7ecdda7546 (diff)
altosui/micropeak: Let native window system place windows
Instead of forcing windows to our choice of positions, let the host window pick reasonable locations. This avoids having all of our windows appear on top of one another. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/AltosUI.java')
-rw-r--r--altosui/AltosUI.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/altosui/AltosUI.java b/altosui/AltosUI.java
index 70142a93..d630ceec 100644
--- a/altosui/AltosUI.java
+++ b/altosui/AltosUI.java
@@ -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)