There is nothing easier to start on the javafx tutorial than to start with Hello World application. First and foremost you have to download netbeans with javaFX. Just follow the instructions in installation. After you have the IDE, you can start creating your first JAVAFX application.

JAVAFX Getting Started

  1. Open Netbeans
  2. Go to File –> New Project
  3. On the Categories List, Select JavaFX and then on the Projects select the JavaFX Application.
    new javafx project

    new javafx project

  4. Click Next
  5. Now you have to name your Project. Put simply HelloWorld as Project Name and Click Finish.