Hi,
I want to set font for JOptionPane.showMessageDialog(). I have tried with following but it did not worked.
javax.swing.UIManager.put("JOptionPane.font", "Verdana");
Do any one have idea how to do this. Your suggestion would be helpfull to me.
Thank you.