static Component extractMainComponent(JFrame frame) { Component c = frame.getContentPane(); // is this good? frame.setContentPane(new JPanel()); frame.dispose(); ret c; }