MovieController in Swing
Hi,
I use QTJcomponent to create my QTcomponent for displaying a Movie. the problem is that by using the QTJcomponent I dont have movie controller(small bar which has also 2 buttons for pause/play and stop).
Do u know how I can create this while I am using Swing. ( I have to use Swing )
QTJComponent qtjcomponent = QTFactory.makeQTJComponent(theMoviePlayer);
Any suggestion?
thanx

