This code should work using ImageIcon and a MediaTracker. BTW, I have had mixed results with IIS as the web server. Apache seems to never fail, but IIS doesn't do well when it gets busy.
private ImageIcon getIcon(String f) {
MediaTracker tr = new MediaTracker(this);
Image im...