Contains image resources for the PrefCount application.
To retrieve an image from this location, you can use net.curre.prefcount.App as an anchor point and write something like this: new ImageIcon(App.class.getResource("images/ru.gif")).
net.curre.prefcount.App
new ImageIcon(App.class.getResource("images/ru.gif"))