Skip to content

Commit

Permalink
Added youtube node - fixing build
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianKirmaier committed Dec 4, 2023
1 parent 4170df7 commit 22fcc76
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import javafx.scene.layout.StackPane;
import javafx.scene.layout.VBox;
import one.jpro.platform.youtube.YoutubeNode;
import org.scenicview.ScenicView;

public class YoutubeExample extends Application {

Expand All @@ -17,8 +16,6 @@ public void start(javafx.stage.Stage stage) throws Exception {
pin.getChildren().add(new StackPane(new YoutubeNode("oqAsIcoN9MY")));
stage.setScene(new javafx.scene.Scene(new VBox(pin)));

ScenicView.show(stage.getScene());

stage.show();
}
}

0 comments on commit 22fcc76

Please sign in to comment.