ScalaFX 8.0.60-R9 was tested
against JavaFX 8.0u60.
This is primarily compatibility upgrade (for new JavaFX 8.0u60
API) and bug-fix release.
Compatibility braking changes:
ChoiceBox,
MenuButton,
…New features and improvements:
Dragboard
methods added in JavaFX 8.Bug fixes:
TableView.columnResizePolicy
does not accept CONSTRAINED_RESIZE_POLICY.Clipboard.Files
should start with lower case f.MultipleSelectionModel.selected*
methods should return ScalaFX ObservableBuffer.TableColumn
should allow assignment of predefined cell factories.scalafx.scene.Node.localToParentTransform
/ localToSceneTransform
results in StackOverflow exception.scalafx.scene.Node#snapshot(callback, params, image).scalafx.stage.PopupWindow#consumeAutoHidingEvents.To use ScalaFX add following to your SBT:
libraryDependencies += "org.scalafx" %% "scalafx" % "8.0.60-R9"
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