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
Use getResource() to load the images:
ImageIcon qmarkIcon = new ImageIcon(getClass().getResource("images/mark.gif"));