https://github.com/daklassen/spacecraftui
Little (fun) project for learning the basics of JavaFX.
https://github.com/daklassen/spacecraftui
java javafx material-design
Last synced: 3 months ago
JSON representation
Little (fun) project for learning the basics of JavaFX.
- Host: GitHub
- URL: https://github.com/daklassen/spacecraftui
- Owner: daklassen
- Created: 2017-02-13T13:50:06.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-21T15:31:57.000Z (almost 9 years ago)
- Last Synced: 2024-02-14T19:59:04.353Z (almost 2 years ago)
- Topics: java, javafx, material-design
- Language: Java
- Homepage:
- Size: 2.86 MB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## SpacecraftUI
Small (fun) project for learning the basics of JavaFX.

### Quickstart Intellij
Clone this repo:
```
git clone https://github.com/daklassen/spacecraftUI
```
Change the directory:
```
cd spacecraftUI
```
Build the Intellij project with gradle:
```
gradlew cleanidea idea
```
Now you can open the generated Intellij project and start working on the projekt.