static JInternalFrame centerInternalFrame(JInternalFrame f) { Container c = f.getParent(); if (c == null) ret; f.setLocation((c.getWidth()-f.getWidth())/2, (c.getHeight()-f.getHeight())/2); }