From 5d35fd843299b5ff09a36220e6ecd8aefceb9b2c Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sat, 19 Jan 2013 18:04:08 -0800 Subject: 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 --- micropeak/MicroPeak.java | 1 - 1 file changed, 1 deletion(-) (limited to 'micropeak') diff --git a/micropeak/MicroPeak.java b/micropeak/MicroPeak.java index 5d128dfd..6f5e432c 100644 --- a/micropeak/MicroPeak.java +++ b/micropeak/MicroPeak.java @@ -255,7 +255,6 @@ public class MicroPeak extends MicroFrame implements ActionListener, ItemListene ps.height += i.top + i.bottom; // setPreferredSize(ps); setSize(ps); - setLocationByPlatform(true); setVisible(true); } -- cgit v1.2.3