aspose file tools
The moose likes Swing / AWT / SWT / JFace and the fly likes Transparent Swing components? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Swing / AWT / SWT / JFace
Reply Bookmark "Transparent Swing components?" Watch "Transparent Swing components?" New topic
Author

Transparent Swing components?

cardwell cupp
Ranch Hand

Joined: Aug 16, 2001
Posts: 66
Hello all, and thanks in advanced.
I was wondering if there was a way to have a picture be the background so that when other components were laid on top, you could still see the back ground through it. Is that possible?
Thanks for any ideas
Cardwell
john mattucci
Ranch Hand

Joined: Nov 03, 2000
Posts: 329
yes simply add your image to a JLabel and make the label the size of your Jframe. And make sure to add the label first.
eg
getContentPane().add( JLabel);
" . " (all other components);
I hope that is clear
------------------
cardwell cupp
Ranch Hand

Joined: Aug 16, 2001
Posts: 66
Thanks! I will give it a wirl!
Cardwell Cupp
 
 
subject: Transparent Swing components?
 
Threads others viewed
How many jsps you show on component diagram?
Passed SCJP2 with 93%
About AWT Components
Making JSF compnents
readonly="true"
MyEclipse, The Clear Choice