Images on Eclipse issue

Alright so i recently started using eclipse but for some reason my images dont seem to show up now when i used to use textpad i had no problem with my images showing up. here is a photo of how i have my images in eclipse currently.


http://img185.imageshack.us/img185/4826/eclipseimagefq0.th.png

Im not sure if you can see the image im not sure how to post them but yea ill get it up if someone can tell me hw to properly get my image

Upload the screenshot somewhere to internet (your message’s link points to your hard drive), for example http://imageshack.us/

Still looking for an answer any help is apreciated !

Copy your images into an “images” folder, to make things easiar. Then right click on your project, hit properties, java build path, and add your new “images” folder to “source folders on build path”. When buildt, your project runs from a bin/ folder (at least if you use standard eclipse src/bin setup), and when using ClassLoader.getResource(…) etc., it won’t work unless images are copied into the bin. This is what adding the images foler to “source folders on build path” will do.

Also anytime you add new images or make changes to the images you have to do a refresh on your project for Eclipse to pick up those changes.

awesome ill try that out thanks