ScalaFX 8.0.40-R8 adds support for new features in JavaFX 8u40.
Compatibility braking changes:
content property naming conflict with
JavaFX 8u40. Usage of content property in ScalaFX where it was
referring to children property in JavaFX was
deprecated in v.8.0.31-R7, and is now removed in ScalaFX
8.0.40-R8. You need to use children to access childrenProperty in JavaFX, and content to access contentProperty.content in Scene and SubScene was deprecated. You should use
children instead.New features (JavaFX 8u40):
Bug fixes:
Bindings.select* methods throw “property
… doesn’t exists” exceptions.To use ScalaFX add following to your SBT:
libraryDependencies += "org.scalafx" %% "scalafx" % "8.0.40-R8"
For downloads visit ScalaFX on Sonatype or ScalaFX Releases on GitHub.
Jarek