ScalaFX 8.0.92-R10 was tested against JavaFX 8.0u92. It is contains some new features and bug-fix release. Scala 2.10, 2.11, and 2.12 are supported.
Compatibility braking changes:
New features and improvements:
Bindings.create*Binding.Tooltip
constructor with String.Bug fixes:
ColorfulCircles
and SimpleColorfulCircles
demos fail.ObservableBuffer.Change
has no generic type parameters, while the majority of its
children do.Node#snapshotWritableImage#pixelWrit
should be pixelWriter.onMouseDrag*
setters have incorrect type parameters, jfxsi.MouseEvent
instead jfxsi.MouseDragEvent.jfxe.EventHandler
arguments have incorrect variance._(...)
instead of _=(...).StringProperty.concat.scalafx.Includes._
breaks cellFactory creation.To use ScalaFX add following to your SBT:
libraryDependencies += "org.scalafx" %% "scalafx" % "8.0.92-R10"
For downloads visit ScalaFX
on Sonatype or ScalaFX
Releases on GitHub.
Please report any problems using ScalaFX Issue
Tracker.
Please use ScalaFX
Users Group to post questions.
Jarek