Java JOptionPane remove icon

Posted by user69514 on Stack Overflow See other posts from Stack Overflow or by user69514
Published on 2010-03-12T04:16:29Z Indexed on 2010/03/12 4:17 UTC
Read the original article Hit count: 295

Filed under:
|
|
|

How do I remove the icon from my joptoinPane. I get a little exclamation mark on it

JOptionPane.showMessageDialog(null, str, label, 0);

© Stack Overflow or respective owner

Related posts about java

Related posts about gui