ikonli
ikonli copied to clipboard
Missing Hello, World sample
I'm looking at https://kordamp.org/ikonli/#_swing
It says what dependencies to add to the Gradle file, and points to the source of FontIcon
. But I couldn't find any "Hello World" sample that shows how to start "playing" with Ikonli for Swing developers. It would be quite helpful if the Swing section had the list of steps that can be followed to start using Ikonli (presumably with one of the icon packs? I don't even know where to start, to be honest).
Will add an example to the guide. In the meantime you may study the Sampler class https://github.com/kordamp/ikonli/blob/master/apps/sampler-swing/src/main/java/org/kordamp/ikonli/sampler/swing/Sampler.java