JDialog background color
843806Sep 13 2008 — edited Sep 13 2008I have created an object which extends JDialog... Now when I try to change its background color using
setBackground(Color.orange), it doesn't produce any effect...
Can anyone tell me where the problem lies??