I was wondering if anybody knew if it was possible to change the background color on the buttons inside a JOptionPane. I know how to change the entire JO
JOptionPane
JO
Add the the line of code below before your JOptionPane
UIManager.put("Button.background", Color.white); JOptionPane.showMessageDialog(null, "Project, Please");