<Swing Dev> [9] Review Request: 6573305 Animated icon is not visible by click on menu

Alexander Zvegintsev alexander.zvegintsev at oracle.com
Tue Jan 13 10:29:27 UTC 2015


Hello Sergey,

the fix looks good to me.

Thanks,

Alexander.

On 01/12/2015 09:11 PM, Sergey Bylokhov wrote:
> Hello.
> Please review a fix for jdk 9.
> When we paint some image on component we use this component as an 
> observer, which will be called when the image should be repainted(in 
> case of animated gif for example). But our code in the 
> AbstractButton.imageUpdate() will replace correct Icon to null if 
> button is pressed, disabled, etc(if such icon was not set of course). 
> After the fix we will use default icon only if more specific image was 
> not found.
>
> Bug: https://bugs.openjdk.java.net/browse/JDK-6573305
> Webrev can be found at: 
> http://cr.openjdk.java.net/~serb/6573305/webrev.00
>




More information about the swing-dev mailing list