Search code examples
javawebviewappletjavafx-2

Javafx: Java applet in a Webview component


Is there a way to show a Java Applet in a JavaFX WebView component? Is it not a supported functionality?


Solution

  • No, you can't display an applet in a WebView.
    WebView does not support plugin technology such as applets.