914e168771
This could prevent it from updating values if you returned to the original value. E.g., if your values went 1, 2, 1, 2, you'd get notifications for 1, 2, 2. This would also cause some extra notifications to go when the logical value didn't actually change. |
||
---|---|---|
project | ||
src/main/scala/org/gerweck/scalafx/util | ||
.gitignore | ||
LICENSE.md | ||
README.md | ||
version.sbt |
Sarah’s 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"