Skip to content
Snippets Groups Projects
Select Git revision
  • main default protected
1 result

Project 1

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    ervelae authored
    :)
    d47625fe
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.

    Project description

    Simple template for projects that make use of JavaFX and FXML (Scene Builder). Requires Java 11 or later. Compatible with Eclipse and IntelliJ IDEA. Minor issues with Netbeans. Automatically integrates with Gitlab CI.

    Installation

    Maven:

    $ git clone https://gitlab.utu.fi/tech/education/gui/template-javafx
    
    $ cd template-javafx
    
    $ mvn compile exec:java

    SBT:

    $ git clone https://gitlab.utu.fi/tech/education/gui/template-javafx
    
    $ cd template-javafx
    
    $ sbt compile run

    Further instructions

    External sources: