ikonli icon indicating copy to clipboard operation
ikonli copied to clipboard

Missing Hello, World sample

Open kirill-grouchnikov opened this issue 4 years ago • 1 comments

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).

kirill-grouchnikov avatar Jul 01 '20 17:07 kirill-grouchnikov

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

aalmiray avatar Sep 09 '20 17:09 aalmiray