Message boxes

I want to display some error messages to the user. Is there some API by which I can display message boxes in Java or do I need to design a frame and change the label contents everytime ?
[193 byte] By [arc_ga] at [2007-11-26 23:59:47]
# 1
Sounds like you're looking for the JOptionPane http://java.sun.com/javase/6/docs/api/javax/swing/JOptionPane.html
Wildcard82a at 2007-7-11 15:49:07 > top of Java-index,Java Essentials,Java Programming...