I am writing an application using JavaFX, I am using font-awesome for icons in the buttons, my challenge is that font-awesome has specific icons that I can use, but the domain for which I am creating the application will require another set, now it seems it will be a never ending journey of looking for icons.
But I do feel it will serve me in the long run if I just create my own library that I can use. I would like to know where I can find the right material on "Creating Glyphicons that can be bundled into a jar and used in a JFX Project together with scene builder during design stage"
Thanks In-advance
Kind Regards Xavier