Closed Ilirski closed 1 year ago
It's not working because you didn't read the release notes, neither the updated README ;)
As for the versions, EA releases stand for Early Access, those two releases come from the staging, and it was intended to be the actual v11.14.0 once completed. I had not enough time to end development though
Ah I see. So I needed to add
MFXThemeManager.addOn(scene, Themes.DEFAULT, Themes.LEGACY);
for it to be able to show properly. I thought it was a problem with the versions since I couldn't find it on mvnrepository, but turns out it was a problem with me lacking reading skills. Thanks a lot and apologies for the mistake.
Describe the bug
Hi, I'm new to Java, JavaFX, and Maven in general so please excuse any mistakes I make.
I copy the code from
README.md
and added it to my Mavenpom.xml
,and I add the following scene and call
.show()
on it.I get a broken
MFXPasswordField
:However when I use version
11.14.0-EA3
instead (which I took from here,The
MFXPasswordField
works as expected:Also, I'm new to Maven so I may be mistaken, but the date for the
1.14.x
version looks weird to me (why 2022?)