On Tue, 15 Mar 2022 11:47:28 GMT, Tejesh R <d...@openjdk.java.net> wrote:
>> @TejeshR13, What kind of image do you load? >> >> If I load an image from the Internet, I get `LOADING` status. I've attached >> `ImageIconInterrupt.java` to >> [JDK-6421373](https://bugs.openjdk.java.net/browse/JDK-6421373). It produces >> the following output: >> >> >> INTERRUPTED while loading Image >> false >> 1 >> LOADING > > I have loaded gif image from local storage..... > > INTERRUPTED while loading Image > false > COMPLETE For url image I'm getting "ERRORED" as output...... ------------- PR: https://git.openjdk.java.net/jdk/pull/7754