Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

problem with videocomponent in JInternalFrame

Status
Not open for further replies.

azuu

Programmer
Feb 10, 2005
1
CH
I have a video player in a jinternalframe. The problem is that when I open other internalframes (in this case chatframes, with textarea etc...), the videocomponent stay on the top of every other internalframe...


looks like this:

Component videoComponent=player.getVisualComponent() ;
myVideoFrame.getContentPane().add(videoComponent);

Now if myVideoFrame is deactivated and that a chatframe is activated, the videoComponent stay on the top of the chatframe.

Thanks
azuu
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top