create jar file with images and database
Posted
by Samurai
on Stack Overflow
See other posts from Stack Overflow
or by Samurai
Published on 2010-04-24T10:05:31Z
Indexed on
2010/04/24
10:13 UTC
Read the original article
Hit count: 194
Hi I am using NetBeans IDE and I have my images (what I am using in my project) in a folder named Images. When I am building jar it doesn't take that images. The code I am using to set image is,
buttonObj.setIcon(new ImageIcon("\Images\a.jpg")
any help please.
© Stack Overflow or respective owner