View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
---|---|---|---|---|---|---|---|---|---|
0000148 | SKGB-offline | gui | public | 2014-12-05 15:41 | 2017-01-30 21:25 | ||||
Reporter | aj | ||||||||
Assigned To | aj | ||||||||
Priority | low | Severity | text | Reproducibility | N/A | ||||
Status | resolved | Resolution | fixed | ||||||
Projection | none | ETA | none | ||||||
Product Version | Product Build | ||||||||
Target Version | 0.6 | Fixed in Version | 0.6 | ||||||
Summary | 0000148: App and Window icons | ||||||||
Description | - The Windows window icon also appears on the Mac whenever Java 1.8 minimises the AWT window into the Dock. - The Windows window icon is blurry. - There is no app icon. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files |
|
Notes | |
aj (manager) 2017-01-29 22:08 Last edited: 2017-01-30 21:25 |
Other Java 1.8 apps like JOSM automatically switch to displaying the app icon when minimised, too. Evidently the JVM does this automatically if a window icon is set with AWT's standard setIconImage() method, which Swing's method (whatever it is) probably maps to. |