Questions tagged [fontawesomefx]

6 questions
1
vote
1 answer

Load custom components in scenebuilder 17

We are working on Javafx project which was working fine on Java8. Recently, We have updated the project with Java17. We are able to resolve the issues for the IDEA. Seems like after Java 9+ they have strictly encapsulated all classes. To use this we…
Saad Khan
  • 180
  • 2
  • 12
1
vote
1 answer

Unable to import certain classes in fontawesomefx after updating for Java 9 / Java 11

I had a Maven Java 8 project that got updated for Java 11. As a result I had to update some of the dependencies, in particular de.jensd:fontawesomefx-commons, which I updated to the latest version 11.0 from JFrog Bintray. Maven downloaded the…
user118967
  • 4,895
  • 5
  • 33
  • 54
0
votes
1 answer

Why javafx program is not running when i use fontawesomefx icons in fxml

I am new to javafx.Currently I am developing a miniproject.I am designing it's UI in scene builder-18.0.0. I have added fontawesomefx jar file to reference library. When I use fontawesomefx icons to my project, it's shows the following Exception.If…
0
votes
0 answers

FontAwesomeFX importing only "GlyphCheckBox" and "GlyphsStack", missing all the other important components

Hey guys I tried to install FontAwesomeFX but when I import the jar in SceneBuilder it misses a ton of components i.e: fontawesomeiconview etc... Screenshot of scenebuilder when importing the jar: Screenshot of maven: This is how it should…
vasll
  • 29
  • 4
0
votes
1 answer

FontAwesomeIconView not found in Scene Builder 16.0.0 with openjdk 11.0.10

I can't find the FontAwesomeIconView in Scene Builder 16.0.0. These are the only modules imported when I add the fontawesomefx Any help, please?
0
votes
1 answer

How to add a FontAwesomeIcon to a Java File

Hey I want to add a FontAwesomeIcon to a plain Java File - using fontawesomefx. I generated it with the SceneBuilder and I want to use the graphic that includes FontAwesomeIcon to my Button. This is the code that SceneBuilder generated:
yesIamFaded
  • 1,970
  • 2
  • 20
  • 45