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

Poor mans input constraints

For me the best way to prevent the user from annoying errors and error messages is simply in the first line to try not to allow the user e.g. to enter invalid data or to execute actions while data in incomplete (disabled buttons/menu entries). If only numbers allowed in an input field I think its… Continue Reading Poor mans input constraints