svoid internalFrameToBack(Component c) swing { JInternalFrame f = getInternalFrame(c); if (f == null) ret; f.toBack(); }