Registry / utility / fontawesomefx-commons

fontawesomefx-commons

JSON →
library9.1.2javamavenunverified

Provides Font Awesome and other web font icons for JavaFX applications, enabling easy icon integration.

<dependency> <groupId>de.jensd</groupId> <artifactId>fontawesomefx-commons</artifactId> <version>9.1.2</version> </dependency>
INSTALL
IMPORT
SIG · FONTAWESOMEFX-COMM
F
fontawesomefx-commons
utilityjavav9.1.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

FontAwesomeIcon
de.jensd.fx.glyphs.fontawesome.FontAwesomeIcon

Displaying a Font Awesome icon in a JavaFX application.

import de.jensd.fx.glyphs.fontawesome.FontAwesomeIcon; import de.jensd.fx.glyphs.fontawesome.FontAwesomeIconView; FontAwesomeIconView iconView = new FontAwesomeIconView(FontAwesomeIcon.ANCHOR); iconView.setSize("2em"); // Add iconView to a JavaFX scene
Debug
Known issues
breakingFontAwesomeFX requires JavaFX runtime; not compatible with standard JDK without JavaFX modules.
fix
Ensure JavaFX is available (e.g., via OpenJFX or bundled JDK like Liberica FX).
affects: all
Upgrade
Version history
9.1.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
fontawesomefx-commons — mvn dependency:get fontawesomefx-commons · libregistry