Adding Icons to ArrayList

HII want to add icons in an ArrayList. How to add that? If you have samples please provide the same...ThanksNsri
[140 byte] By [nsria] at [2007-10-3 4:45:30]
# 1
list.add(icon)
SoulTech2012a at 2007-7-14 22:49:49 > top of Java-index,Core,Core APIs...
# 2
HiHow do we store this icons? And how to retrieve it...
nsria at 2007-7-14 22:49:49 > top of Java-index,Core,Core APIs...
# 3
> Hi> > How do we store this icons? And how to retrieve it...As pointed out already,arraylist.add() will add to the arraylist and arraylist.get() will retrieve it.
aniseeda at 2007-7-14 22:49:49 > top of Java-index,Core,Core APIs...