See How to Make Dialogs (The Java™ Tutorials > Creating a GUI With JFC/Swing > Using Swing Components). Most notably you could use a JOptionPane showOptionDialog(...) to accomplish this (the...