SyntaxFix
Write A Post
Hire A Developer
Questions
Assuming you already have a JFrame to call this from:
JOptionPane.showMessageDialog(frame, "thank you for using java");
See The Java Tutorials: How to Make Dialogs See the JavaDoc