Go to file
Sarah Gerweck 5b6ad07a08 Add new automatic conversion to BooleanProperty
There are a number of signatures in ScalaFX that won't accept an
observable of a Scala Boolean and that require you to convert it to a
Java Boolean. This adds an automatic conversion to resolve that.
2016-07-30 15:26:18 -07:00
project Update dependency 2016-07-30 14:41:17 -07:00
src/main/scala/org/gerweck/scalafx Add new automatic conversion to BooleanProperty 2016-07-30 15:26:18 -07:00
.gitignore Ignore new Eclipse cache files 2015-08-08 21:14:21 -07:00
CHANGELOG.md Update CHANGELOG for 0.10 release 2016-07-14 02:02:50 -07:00
LICENSE.md SBT baseline project. 2015-04-14 21:25:04 -07:00
README.md Update README for 0.9.1 release 2016-07-01 19:48:38 -07:00
version.sbt Setting version to 0.10.2-SNAPSHOT 2016-07-15 22:28:48 -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 project is an attempt to add additional facilities that further bridge the beautiful Scala with JavaFX.

This code is offered as is with now guarantees. You are free to use it if you find it useful, but this is not part of any production project and it may have serious bugs. These APIs may also change at any time, and I make no guarantees that the project will be maintained at all. I welcome any bug reports and I will be happy to merge high-quality pull requests if you find a bug.

Installation

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

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