Some changes for PR #227🐛 The listeners for the centering should be handled by the property otherwise disabling the centering would not work anymore
✏️ Made some code style changes
Signed-off-by: palexdev <alessandro.parisi406@gmail.com>
This is to avoid conflicts on the classpath when using other MFX modules.
The newest MFXCore is not module "mfx.core" and causes exceptions at compile time
Signed-off-by: palexdev <alessandro.parisi406@gmail.com>
Beans Package
♻️ SizeBean: override toString() method
Controls Package
💥 Implement an API for controls that can be styled (almost all MFX controls). This API also allows SceneBuilder support for the new styling system introduced by version 11.14.0
Utils Package
✨ Improved When, OnChanged and OnInvalidated constructs by importing them from the latest version of MFXCore
✨ Added utility to detect SceneBuilder at runtime
Signed-off-by: palexdev <alessandro.parisi406@gmail.com>