Skip to content
Snippets Groups Projects
Commit 345e795a authored by Joonas Humalamäki's avatar Joonas Humalamäki
Browse files

modified readme.md

parent 436f878a
No related branches found
No related tags found
No related merge requests found
Pipeline #25110 passed
# 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
A simple graphical calculator that uses JavaFX and FXML (Scene Builder).
Requires Java 13 or later. Compatible at least with
Eclipse. Automatically
integrates with Gitlab CI.
## Installation
......@@ -10,9 +10,9 @@ integrates with Gitlab CI.
Maven:
```bash
$ git clone https://gitlab.utu.fi/tech/education/gui/template-javafx
$ git clone https://gitlab.utu.fi/jhhuma/basic-calculator_
$ cd template-javafx
$ cd basic-calculator_
$ mvn compile exec:java
```
......@@ -20,20 +20,14 @@ $ mvn compile exec:java
SBT:
```bash
$ git clone https://gitlab.utu.fi/tech/education/gui/template-javafx
$ git clone https://gitlab.utu.fi/jhhuma/basic-calculator_
$ cd template-javafx
$ cd basic-calculator_
$ sbt compile run
```
## Further instructions
* Java platform: https://gitlab.utu.fi/soft/ftdev/wikis/tutorials/jvm-platform
* Maven: https://gitlab.utu.fi/soft/ftdev/wikis/tutorials/maven-misc
* SBT: https://gitlab.utu.fi/soft/ftdev/wikis/tutorials/sbt-misc
External sources:
* JavaFX: https://openjfx.io/javadoc/11/
* JavaFX: https://openjfx.io/javadoc/13/
* Scene Builder: https://docs.gluonhq.com/scenebuilder/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment