JavaFX WebView Demo - How to Embed YouTube Videos into Your Java

  Рет қаралды 134

The Math & CS Tutor

The Math & CS Tutor

3 ай бұрын

I show how to actually get WebView to work using IntelliJ with JavaFX.
#javafx #webview #javatutorial
Make sure to snag the KZbin Embed URL or else it won't work!
Here is my code for you to work with:
import javafx.application.Application;
import javafx.scene.Scene;
import javafx.scene.web.WebView; //fix here next
import javafx.stage.Stage;
public class KZbinViewer extends Application {
public static void main(String[] args) { launch(args); }
@Override public void start(Stage stage) throws Exception {
WebView webview = new WebView(); //fix here first
webview.getEngine().load(
//be sure to get the KZbin embed URL
"kzbin.info0e3GPea..." //Mr Beast Squid Game
);
webview.setPrefSize(640, 390);
stage.setScene(new Scene(webview));
stage.show();
}
}

Пікірлер
Problem #3110 - Score of a String
2:44
HaoTheCoder
Рет қаралды 3
Binary Trees Preorder, Postorder, and Height Methods in C++ Explained
12:30
Её Старший Брат Настоящий Джентельмен ❤️
00:18
Глеб Рандалайнен
Рет қаралды 7 МЛН
The day of the sea 🌊 🤣❤️ #demariki
00:22
Demariki
Рет қаралды 33 МЛН
Они убрались очень быстро!
00:40
Аришнев
Рет қаралды 3,1 МЛН
Java Streams Tutorial
7:56
Keep On Coding
Рет қаралды 113 М.
Modern Python logging
21:32
mCoding
Рет қаралды 152 М.
Today's Strands Answer and Think Aloud
5:10
The Math & CS Tutor
Рет қаралды 125
JavaFX Scene Builder Tutorial for Beginners
18:25
Genuine Coder
Рет қаралды 328 М.
JavaFX WebView + building a web browser 🌐
17:48
Bro Code
Рет қаралды 48 М.
Её Старший Брат Настоящий Джентельмен ❤️
00:18
Глеб Рандалайнен
Рет қаралды 7 МЛН