Where are my image files located so I can change the icons used in the Polarbar Mailer?
PBM will scan the classpath for images. They should be located in an image subdir under one of the items in the classpath. So if my classpath is: c:\foo;.;d:\pbm\polarbar.zip;d:\jdk1.1\lib\classes.zip images will be searched first in c:\foo\image then in .\image then in the polarbar.zip file in the image directory and finally in classes.zip in the image directory. If you want to replace some of the images from PBM with your own versions, make sure you have an appropriate directory entry in the classpath *in front* of the reference to polarbar.zip and put the images there. Replacement images must have the same name as the images they are replacing.