Download |best| Jfxrt.jar Java 8 -

@Override public void start(Stage primaryStage) Button btn = new Button("Hello World"); StackPane root = new StackPane(); root.getChildren().add(btn); Scene scene = new Scene(root, 300, 250); primaryStage.setTitle("Hello World!"); primaryStage.setScene(scene); primaryStage.show();