J info dialog java code example
Example 1: java swing dialog box
JOptionPane.showMessageDialog(null, "java is fun");
Example 2: java joptionpane
JOptionPane.showMessageDialog(frame, "Eggs are not supposed to be green.");
JOptionPane.showMessageDialog(null, "java is fun");
JOptionPane.showMessageDialog(frame, "Eggs are not supposed to be green.");