548549550551552553554555
this.setLocation(400, 160); this.setSize(gui.getDesktopPane().getWidth() - 400, 240); } public void registerNewLogOutput(Mote mote, long time, String msg) { LogOutputEvent ev = new LogOutputEvent(mote, time, msg); registerNewLogOutput(ev); }