MessageDialog window in Java Swing
This is a simple message window which popup after an event . You can put this code inside an clicklistener JOptionPane.showMessageDialog(content_frame.getContentPane() , ” Message String “, JOptionPane.INFORMATION_MESSAGE);