svoid maximizeInternalFrame(Component c) swing { JInternalFrame f = getInternalFrame(c); if (f != null) f.setMaximum(true); }