
March 6th, 2006, 03:13 PM
|
 |
Contributing User
|
|
Join Date: Oct 2001
Location: Honolulu, Hawaii
Posts: 250
  
Time spent in forums: 1 Day 4 h 11 m 57 sec
Reputation Power: 9
|
|
|
NetBeans, Images, and the "Right" Place To Put Things
I'm just interested in how most people solve this issue. I use NetBeans for all my Java development, but I've had an issue with image files as of recent.
If I'm developing a Swing application that uses images, I usually place the images in the same directory as the source code. When I compile it in NetBeans, however, the image files are completely ignored when everything is jarred up.
The only way it seems to work is if I use the absolute path to the images. Obviously that's the worst possible way to do it.
What is the common solution to this problem (switch IDEs has already been thought of).
|