Go to file
Sarah Gerweck bdbc18ff62 Use older ScalaFX.
8.0.40-R8 seems to have a bug that prevents stages from working. (Or
there's some new thing I need to do that I don't know about.)
2015-04-16 00:21:03 -07:00
project Use older ScalaFX. 2015-04-16 00:21:03 -07:00
src/main/scala/org/gerweck/scalafx/util Better return type. 2015-04-15 23:56:43 -07:00
.gitignore SBT baseline project. 2015-04-14 21:25:04 -07:00
LICENSE.md SBT baseline project. 2015-04-14 21:25:04 -07:00
README.md SBT baseline project. 2015-04-14 21:25:04 -07:00
version.sbt SBT baseline project. 2015-04-14 21:25:04 -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.1.0"