jframe background
i am java gui application, im interested in having windows xp look and feel. i have accordingly used UIManager, and i have got d desired component look.
however, the frame background has the default grey background. i want it to have d windows xp window background color. i have used color() method, to assign it.
i want it to automatically detect the windows background color and apply it. is there any method by which i can achieve the same?
|