I'm developing a Java application, with a GUI based on JavaFX and JFoenix. Based on information from the database, I want to add a badge showing the number of issues I have with data from the database (looks like number of unread messages in a mail application).
I have been looking for hours to find an example showing me how to use JFXbadge, but did not find anything. Is there anybody who can give me an example in FXML ?