altosui/micropeak: Let native window system place windows
[fw/altos] / micropeak / MicroPeak.java
index 185fa67eff9bf196db6f227f78360780a2ef9bf9..6f5e432c6b97f5db19e2aa575752eb27d9e12bcd 100644 (file)
@@ -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);
        }
 
@@ -277,7 +276,6 @@ public class MicroPeak extends MicroFrame implements ActionListener, ItemListene
                }
 
                for (int i = 0; i < args.length; i++) {
-                       System.out.printf ("Arg %d: %s\n", i, args[i]);
                        if (args[i].equals("--help"))
                                help(0);
                        else if (args[i].equals("--export"))