OpenJFX javafx-swing provides interoperability between JavaFX and Swing, allowing embedding of JavaFX content in Swing applications.
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-swing</artifactId>
<version>25.0.2</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Embeds a JavaFX panel inside a Swing JFrame.
Add --add-modules javafx.controls,javafx.swing to JVM arguments.
No dependency data recorded yet.