I\'ve got a Problem: In my Java application I\'ve got an AWT Component (cannot change that one) that streams and shows an avi-file. Now I want to draw upon this movie and though
I've searched for a heavyweightcomponent that could help me but I didn't found one, and regarding the internalframes I don't know how you managed to set the opacity to 50. All what I found about seetting the opacity wast the method setOpaque(boolean value) and this doesn't help me at all. Would you please explaine me how did you set that opacity. It's my final alternative either that or I'll have to change my entire project design.