MessageBox

   int r=JOptionPane.showConfirmDialog(null,"Warring","Wrong Button Press.",JOptionPane.OK_CANCEL_OPTION,JOptionPane.ERROR_MESSAGE);

        

        System.out.println(r);



https://www.geeksforgeeks.org/java-joptionpane/

Comments

Popular posts from this blog

Remove (Clear) and remove Selected element

JSpinner

🛢️ MySQL Connection & CRUD Operations in Java