I had to change the background color of JoptionPane so with the help of this i did it.But I was Partially successful as the color of area around the text was not changed(button too).Here is the link of it http://tinypic.com/r/14mghw1/8 .What should i do it to apply the changes to whole JoptionPane. Thanks in advance!
Asked
Active
Viewed 103 times
0
-
1Panel.background should have worked....but you're using Nimbus L&F which does it's own things – MadProgrammer Mar 29 '15 at 08:25
-
@MadProgrammer using Netbeans 8. – Sumit Dhiman Mar 29 '15 at 08:27
-
1Netbeans should have no effect on it – MadProgrammer Mar 29 '15 at 08:31
-
@madProgrammer what should i do? – Sumit Dhiman Mar 29 '15 at 10:39
-
a solution to this problem can be found here: http://stackoverflow.com/questions/30298489/ – space_food_ May 18 '15 at 18:26