Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emilyselwood/randomdice
Simple starting project with Scala and JavaFX
https://github.com/emilyselwood/randomdice
Last synced: about 1 month ago
JSON representation
Simple starting project with Scala and JavaFX
- Host: GitHub
- URL: https://github.com/emilyselwood/randomdice
- Owner: emilyselwood
- License: other
- Created: 2012-06-04T06:24:37.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-06-04T09:10:54.000Z (over 12 years ago)
- Last Synced: 2024-04-16T00:14:55.518Z (9 months ago)
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
RandomDice
==========Simple starting project with Scala and JavaFX 2.1
All the basic stuff working, scene loading, application start up, and a few bells and whisles left in.
You'll need to point intelliJ at your JavaFX installation
If you get errors on start up about the *.fxml file not being found you need to add *.fxml and *.css to
the list of files that intelliJ copies into the build directory. Options > Compiler > Resource PatternsHave fun.