View Single Post
Old Jun 11th, 2007, 1:35 AM   #2
andro
Professional Programmer
 
Join Date: Oct 2005
Location: California
Posts: 294
Rep Power: 3 andro is on a distinguished road
Send a message via AIM to andro
Try:

ImageIcon left = new ImageIcon(getClass().getResource("left.gif"));
andro is offline   Reply With Quote