I have a JDialog class named Preferences. This class creates a constructor like:
JDialog
Preferences
class Preferences extends javax.swing.JDialog {
JDialog and JFrame are top-level container. I suggest that you should have to use JFrame, JInternalFrame and JDesktopPane.
JFrame
JInternalFrame
JDesktopPane