Click to See Complete Forum and Search --> : How To Display An Image Which Is Behind A Jscrollpane Having Components On It


piush
August 10th, 2005, 01:29 PM
Hi All,
I have written a program in java which has many panels and JScrollPanes in it.. i have successfully displayed a background image by setting the opacity to false of all the panels... but when i access the panel having JScrollPane on it which in turn has a Panel with components over it.. the image is not displayed since JScrollPane is above it, although i have also set the opacity of JScrollPane and the panels on it to false.
Can someone please help me out in displaying the background image by explaing me how to set the opacity of JScroll Pane.

Thanks,
Piush