SystemTray/src/dorkbox/systemTray
nathan bb03e870c7 Added better image scaling options to ImageUtils (for windows) based
on detected Windows version. (IE: XP is max 16x16, Win10 is max
256x256. We limit that to 128, but always a power of 2 (so image
scaling won't get TOO bunged up, except for the VERY INSANE
resolution displays, which are likely in the 1% of users)
2016-09-27 01:33:49 +02:00
..
linux Added 'hasImage()' to menu-entry. Fixed text entry alignment issues 2016-09-27 00:50:51 +02:00
swing Added 'hasImage()' to menu-entry. Fixed text entry alignment issues 2016-09-27 00:50:51 +02:00
util Added better image scaling options to ImageUtils (for windows) based 2016-09-27 01:33:49 +02:00
MenuEntry.java Added 'hasImage()' to menu-entry. Fixed text entry alignment issues 2016-09-27 00:50:51 +02:00
SystemTray.java Added better image scaling options to ImageUtils (for windows) based 2016-09-27 01:33:49 +02:00
SystemTrayMenuAction.java Added SystemTray.getVersion(), added URL and InputStream (to all methods that previous accepted String) for setting images in the menu/tray. Moved package out of util. 2016-02-12 01:51:15 +01:00