You can use the JOptionPane class, it is quite simple.
For example :
javax.swing.JOptionPane.showMessageDialog (
null, // The container you want
"Just a simple error message,
"Error message",
JOptionPane.ERROR_MESSAGE );
There exists a lot of other features, just see the docs about JOptionPane.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.