You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
This is a feature release of ScalaFX-Extras.
New features
API Breaking Changes
image
assignment is now anOption
, the JavaFXnull
is not acceptedimageDisplay.image = image
will need to be changed toimageDisplay.setImage(image)
orimageDisplay.image = Option(image)
imageDisplay.image = null
will need to be changed toimageDisplay.image = None
Bug fixes
To post questions, please use Project Discussions or ScalaFX Users Group
Full Changelog: v.0.10.1...v.0.11.0
This discussion was created from the release ScalaFX-Extras v.0.11.0.
Beta Was this translation helpful? Give feedback.
All reactions