use of com.kyj.fx.voeditor.visual.component.utube.UtubeDownloaderComposite in project Gargoyle by callakrsos.
the class UtubeDownloaderCompositeExam method start.
/*
* (non-Javadoc)
*
* @see javafx.application.Application#start(javafx.stage.Stage)
*/
@Override
public void start(Stage primaryStage) throws Exception {
primaryStage.setScene(new Scene(new UtubeDownloaderComposite()));
primaryStage.show();
}
Aggregations