HoussemAmara91 / swinghtmltemplate

Automatically exported from code.google.com/p/swinghtmltemplate
0 stars 0 forks source link

icon attribute should support gif animation #21

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
We use ImageIO to read images.

Consider to use 

InputStream in = ...;
Image image = 
Toolkit.getDefaultToolkit().createImage(org.apache.commons.io.IOUtils.toByteArra
y(in));

Original issue reported on code.google.com by Penkov.V...@gmail.com on 28 Jun 2011 at 9:48

GoogleCodeExporter commented 8 years ago
fixed in rev 855

Original comment by Penkov.V...@gmail.com on 30 Jun 2011 at 11:59