Skip to content

Instantly share code, notes, and snippets.

View didiksupriadi41's full-sized avatar
🏠
Working from home

Didik Supriadi didiksupriadi41

🏠
Working from home
View GitHub Profile
@didiksupriadi41
didiksupriadi41 / init-javafx-on-netbeans.md
Created February 15, 2020 05:22
Initiate simple javafx project with Netbeans and Maven
  1. Create new project as shown below. 1

  2. Filter maven archetypes with org.openjfx. 2

  3. Set the project name, groupId, and so on. 3

  4. Select javafx run to run your project.