JOptionPaneの完全な背景色が得られません。JOptionPaneの背景色を完全に追加する方法は?
http://i.stack.imgur.com/i4tvh.png
そして、私のコード:すべての
JFrame frame1 = new JFrame("Showing Error Message");
UIManager UI=new UIManager();
UI.put("OptionPane.background", Color.BLUE);
UI.put("OptionPane.messagebackground", Color.BLUE);
UI.put("Panel.background", Color.BLUE);
JOptionPane.showMessageDialog(frame1,errorMessage1);
? –
あなたの例ではNimbus Look-n-Feel – honey1