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
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