0
How to use JOPTION PANE?
2 Respuestas
+ 1
Using this method, you can produce a basic dialog displaying a message to the user.
The syntax :
JOptionPane.showMessageDialog(null, "<desired message>");
Hope this helps...
0
you can check the java api for more things you can do with that class