Image img = kit.getImage("icon.gif"); // kit is a Toolkit object
seticonImage(img);
if i write this on a Jframe, an icon comes at the top-left corner of
the frame.
question is , who supplies this "icon.gif" ? is it JDK? you know,
this "icon.gif" is not in mine hard-disk . i dont understand from
where it comes.
is it possible to load an image from hard drive e.g
C:\myfolder\myphoto.jpg ? how is it possible?