ShichimiFX – Yet another JavaFX utils lib

ShichimiFX is a small lib containing helper/util classes extracted from my other projects which I commonly need. The lib will be extended if it turns out that I need a util class in more than one project… (Shichimi is my favorite Japanese spice mixture) And yes it also yet another utils lib containing (among others):… Continue Reading ShichimiFX – Yet another JavaFX utils lib

FontAwesomeFX 8.0.7/8.0.8 released

UPDATE: In 8.0.7 I forgot to replace the TTF! So 8.0.7 still contains the 4.0.1 font. Some icons may not be displayed with 8.0.7. Have fixed this issue with fontawesomefx-8.0.8. I have updated FontAwesomeFX and released version 8.0.7. A few days ago the FontAwesome 4.1.0 was released with 70+ additional icons (FontAwesome now contains 439… Continue Reading FontAwesomeFX 8.0.7/8.0.8 released

FontAwesomeFX: 4.0.1 support

Refer for latest updates here. Hi, I just have updated FontAwesomeFX to support currently released FontAwesome 4.0.1 with all of it’s 369 Icons. Please note that some enum values have been changed, e.g. former AwesomeIcon.SIGNOUT is now AwesomeIcon.SIGN_OUT. Also I have added some convenience methods to the helper class: AwesomeDude.setIcon(TreeItem treeItem, AwesomeIcon icon) { AwesomeDude.setIcon(TreeItem… Continue Reading FontAwesomeFX: 4.0.1 support

Using ‘Font Awesome’ Icons with JavaFX [Update 2]

Refer for latest updates here. For a more convenient usage I have created a Maven Artifact of my little project (should be available via Maven Central). Dependency to WebJar Maven-Repo is included, thus you just have to add: <dependency> <groupId>de.jensd</groupId> <artifactId>fontawesomefx</artifactId> <version>1.0.0</version> </dependency>