Java Folder Location for Image NetBeans 6.8
Posted
by ikurtz
on Stack Overflow
See other posts from Stack Overflow
or by ikurtz
Published on 2010-03-26T17:20:22Z
Indexed on
2010/03/26
17:23 UTC
Read the original article
Hit count: 318
greetings, today i have started to learn java using netbeans ide.
i would like my jframe to display an icon as stated in the following:
setIconImage(Toolkit.getDefaultToolkit().getImage("SartreIcon.jpg"));
the questin is under netbeans ide.. exactly in which folder do i place the graphic in question in order to load it?
thanks.
© Stack Overflow or respective owner