Thread
:
use non java files in jar
View Single Post
Jun 11th, 2007, 1:35 AM
#
2
andro
Professional Programmer
Join Date: Oct 2005
Location: California
Posts: 294
Rep Power:
3
Try:
(
Toggle Plain Text
)
ImageIcon left = new ImageIcon(getClass().getResource("left.gif"));
ImageIcon left = new ImageIcon(getClass().getResource("left.gif"));
andro
View Public Profile
Find More Posts by andro