Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 Patterns

Have fun.