I\'ve been working on a little project that requires external images for display. I\'m not all that familiar with how to use Eclipse and this is my first time attempting to
you might need to load them as class path resources if they are within a jar. see: getClass().getClassLoader().getResourceAsStream(...)