final ImageIcon icon = new ImageIcon("/Users/derekfitzpatrick/Desktop/image.jpg");
JOptionPane.showMessageDialog(this, re[roll], JOptionPane.INFORMATION_MESSAGE,icon);
JOptionPane.showMessageDialog(this, re2[roll2]);
JOptionPane.showMessageDialog(this, re3[roll3]);
I tried this.. it didnt work.. help?
-sed
