Go to file
2015-08-11 12:35:58 -07:00
project Fix up the organization name and URL 2015-08-11 12:35:25 -07:00
src/main/scala/org/gerweck/scalafx/util Synchronize the change handlers 2015-08-11 11:10:23 -07:00
.gitignore Ignore new Eclipse cache files 2015-08-08 21:14:21 -07:00
LICENSE.md SBT baseline project. 2015-04-14 21:25:04 -07:00
README.md Update README for release 2015-08-11 11:18:05 -07:00
version.sbt Setting version to 0.2.1-SNAPSHOT 2015-08-11 12:35:58 -07:00

Sarahs ScalaFX Utilities

This project contains helper functions, utilities and convenience functions for working with JavaFX and ScalaFx in Scala.

ScalaFX does a tremendous job at making JavaFX more usable from Scala, but it doesn't go as far as it could in facilitating functional and reactive programming.

This code is offered as is with now guarantees.

Installation

To use ScalaFX, add the following to your SBT build:

libraryDependencies += "org.gerweck.scala" %% "scalafx-utils" % "0.2.0"