Registry / other / javafx-base

javafx-base

JSON →
library25.0.2javamavenunverified

Base module for JavaFX providing core UI classes and utilities.

<dependency> <groupId>org.openjfx</groupId> <artifactId>javafx-base</artifactId> <version>25.0.2</version> </dependency>
INSTALL
IMPORT
SIG · JAVAFX-BASE
J
javafx-base
otherjavav25.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Application
javafx.application.Application

Launches a JavaFX application with a basic stage.

import javafx.application.Application; import javafx.stage.Stage; public class Example extends Application { @Override public void start(Stage stage) { stage.setTitle("Hello"); stage.show(); } public static void main(String[] args) { launch(args); } }
Debug
Known issues
breakingJavaFX 25 requires Java 25+; not compatible with older JDK versions.
fix
Use JDK 25 or later, or use an older JavaFX version.
affects: >=25.0.0
Upgrade
Version history
25.0.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
javafx-base — mvn dependency:get javafx-base · libregistry