http://java.sun.com/docs/books/tutorial/uiswing/components/internalframe.html
the JDesktopPane is cool if you really want an integrated desktop.. it handles objects very similar to JFrames (they are indeed called JInternalFrame) and it automatically handles minimizing, maximing, top menu bar like a normal document based application.