May it be that what you really want is a dialog window popping up? If that is the case look at the JDialog class or the JOptionPane for simple dialogs.

Other then that you could add your JPanel as...