svoid setClosable(final Container c, final bool closable) { if (c instanceof JInternalFrame) swing { ((JInternalFrame) c).setClosable(closable); } }