Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Select the project source as the src folder in the keyboardingmaster directory.
  • Select the Finish button
  • Right click on kbmaster from project tree and select properties
  • Click on libraries
  • Click on on Add JAR/Folder and add the jars from the project libs folder (see image below for versions).

Image Added

  • Click on Run
  • Enter -Djava.library.path=libs/native in the VM Options list.

Image Added

  • Click OK

Now you are ready to compile and run.

UI Editing

To use the nice Graphical Tools to build the JavaFX UI layer, you will need to download the scene builder.  Download the file from here (see note below).

Note

The scene builder has been moved into the openjfx project so maybe look into getting a more updated version there.

Once downloaded, netbeans needs to be updated with the path.

  • Click on Tools -> Options
  • Click on Java
  • Click on JavaFX
  • Set the path to the install directory.

Image Added