4

Previously, when import jar file in Scene Builder, I get FontAwesomeIconView, WeatherIconView (for example when import fontawesomefx-8.5.jar).

Now, when I import fontawesomefx-commons-8.13.jar, I get only GlyphStack; for fontawesomefx-controls-8.13.jar - only GlyphCheckBox. No icon components.

There are now some ability to work with an icon visually in Scene Builder as before?

DaddyRatel
  • 729
  • 3
  • 13
  • 30
  • This <> help someway http://stackoverflow.com/questions/41094114/inlcude-fontawesomefx-icons-and-glyphs-from-fxml – GOXR3PLUS Dec 23 '16 at 12:10

2 Answers2

0

I had the same problem. I solved this problem by importing these three libraries instead of importing fontawesomefx-8.9.jar (which was the latest version when I was importing ):

libraries

fonticonviewimport

Hope this helps!

SooBin Kim
  • 73
  • 1
  • 4
  • where did you find these jar-files? I am searching at mvncentral and the latest fontawesomefx-commons-jar is 8.11. Would be great if you could give me a hint – Luk Mar 02 '21 at 10:04
-1

You may import the special icon packages, for example:

de.jensd:fontawesomefx-fontawesome:4.7.0
de.jensd:fontawesomefx-materialicons:2.2.0-1

Those packages have a IconView in them.

enter image description here