Sorry I forgot to say what the thing's called

You can use the JOptionPane class (I think) and the method showMessageDialog(...). Have a look here:

http://java.sun.com/docs/books/tutor...ts/dialog.html

That should do it!

HD