Quckie: Message Class

Folks,Is there a class in java which creates a dialog message box?I.e. pass it text, a type (eg. 1 = error, 2= info) etc..Cheers
[156 byte] By [amacfarla] at [2007-9-27 10:36:10]
# 1
JOptionPane.showMessageDialog(....); Check info from following link http://java.sun.com/j2se/1.3/docs/api/index.html
qhlina at 2007-7-9 1:07:23 > top of Java-index,Archived Forums,Java Programming...
# 2
Many thanks!!! you have helped tremendously
amacfarla at 2007-7-9 1:07:23 > top of Java-index,Archived Forums,Java Programming...