iconloader
iconloader copied to clipboard
Smart Java Icon Loader with support of HiDPI (Retina) images
Since updating my project this warning is shown: > WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by com.bulenkov.iconloader.util.UIUtil (file:/Users/sebastian/.m2/repository/com/bulenkov/iconloader/1.0.0/iconloader-1.0.0.jar) to field sun.awt.CGraphicsDevice.scale WARNING: Please consider...
hi. when initializing on linux (this is on ubuntu in a VM with oracle java 1.8.0_121) `initSystemFontData()` in UIUtil.java line 254 throws a NPE because `font` is null. `getLabelFont()` returns...
Please create/add tags for downloadable source tarballs/zipfiles under releases. Thank you!
Getting the system font via Toolkit.getDefaultToolkit().getDesktopProperty("win.messagebox.font"); will return 12 no matter how scaled the display is. I would like to either make a pull request for Java 9 using getDefaultToolkit().getScreenResolution()...
The project does not compile correctlying using ant without adding this to the classpath.
Conventionally, build artifacts are better left out of source.
Can I encourage you to publish this jar for others to more easily use? Here is probably the easiest way to get started: https://bintray.com/docs/usermanual/uploads/uploads_importingfromgithub.html If you don't I'm happy to...
Hi Konstantin, I've rearranged the project to full maven structure, but had to move a lot of files around. I know it looks little overwhelming, but looks like git is...
Any chance to add support for animated GIF's or animated PNG's _(APNG)_, e.g. spinners/loading icons, etc.?
I've added all that I can think of you need to deploy to Maven. If you don't want to modify the project structure, that can also be done, but it...