我使用以下内容显示错误消息:
JOptionPane.showMessageDialog(myFrame, "Please enter data into the Name field.", "Missing Data", JOptionPane.ERROR_MESSAGE);
我想更改标题的背景颜色。我尝试在UIManager中设置OptionPane.errorDialog.titlePane.background但是没有工作
UIManager.put("OptionPane.errorDialog.titlePane.background", Color.GREEN);