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):
For further details refer to the ShichimiFX Bitbucket Repo
Maven
<dependency> <groupId>de.jensd</groupId> <artifactId>shichimifx</artifactId> <version>1.0.0</version> </dependency>
Leave a Reply