You can either create a new JFrame as an additional, independent window, or a JDialog if you want a popup. If you want the popup you could also use JOptionPane if its just something simple like an...