ikonli
ikonli copied to clipboard
Icon packs for Java applications
The only "em" size that works is "1em". If I specify a number smaller than 1 then the icon does not show up at all. If I specify a number...
I followed the docs on [https://kordamp.org/ikonli/#_authoring](url) to try and get my custom icon into my button. But when I try it, I get and use `CAPTCHA("my-icon-captcha", '\uE001');` i get a...
I have a lot of FontIcons in my application, and often use tooltips on them. 90% of the time, this works totally fine, but I noticed that when setting a...
I just forked the current ikonli version and tried to build it in Netbeans 12 under Win 10. For both sampler-javafx and ikonli-browser I get the same error message (see...
Saw this error when using ikonli-icons with modular approach in a simple javafx application. modular.info ```java module com.example { requires javafx.base; requires javafx.controls; requires javafx.fxml; requires javafx.graphics; requires javafx.web; requires...
I have in my PhotoSlide app a zoom slider for the gridview. The zoom slider increases the size of the stackpanes where inside icons are added. During zoom the icon...
See https://kordamp.org/ikonli/api-xref/org/kordamp/ikonli/swing/FontIcon.html#L63: `FontIcontIcon.html#FontIcon">FontIcon icon = new FontIcon();`
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...
Consider the following examples - [ ] Maven + JavaFX 8 - [ ] Maven + JavaFX 11+ (non-modular) - [ ] Maven + JavaFX 11+ (modular) - [ ]...
Hi Andres, I've been hitting my head against the wall for a day now trying to use ikonli in an OSGi project. Even after creating a bundle and reexporting all...