145146147148149150151152153154155
if (c != null) { Point p = c.getLocation(); p.x = p.x + c.getWidth(); window.setLocation(p); } window.makeVisible(); } }; } private void ButtonSetup() {