<AWT Dev> RFR: 8264125: Specification of Taskbar::getIconImage doesn't mention that the returned image might not be equal to the Taskbar::setIconImage one. (eg on Mac OS)
Alexander Zuev
kizune at openjdk.java.net
Tue Mar 30 21:32:13 UTC 2021
On Mon, 29 Mar 2021 18:57:55 GMT, Alexander Zvegintsev <azvegint at openjdk.org> wrote:
> This fix is to explicitly specify that `Taskbar::getIconImage` may return an object different from passed to `Taskbar::setIconImage`.
>
> Actually it is always returns a different object on macOS(the only OS which supports this feature), but I want to save some options if we decide to rework this.
Marked as reviewed by kizune (Reviewer).
-------------
PR: https://git.openjdk.java.net/jdk/pull/3250
More information about the awt-dev
mailing list