JDialog - change border color?
843806Dec 27 2008 — edited Dec 27 2008Hi!
Im trying to change the border color of a jdialog box. There is no setBorder method as there is for other components... also if I use getContentPane() - there is still no setBorder function that I can access.
I figure that I can make a custom border object and use it in the program - but perhaps this is the wrong way to accomplish this...
any ideas?