MessageDialog customizing
Hello! I am needing some help...just getting started learning java, and I am having problems figuring out how to customize the JOptionPane.showMessageDialog window. I need to change the window title and the icon. Any pointers? Thanks!andirach
[263 byte] By [
andirach] at [2007-9-30 20:26:39]

Have you tried reading the [url= http://java.sun.com/j2se/1.5.0/docs/api/javax/swing/JOptionPane.html#showMessageDialog(java.awt.Component, java.lang.Object, java.lang.String, int, javax.swing.Icon)]API docs[/url]?