jigadmin-bug: No GUI icons on Solaris Sparc (JDK 1.2)

Hi !

----

Today (as I installed jigsaw on WinNT) I figured out a bug in jigadmin
running on Solaris
Sparc JDK 1.2: The GUI seems to have no icons loaded, "Save" / "Stop"
buttons are only
mini-sized buttons (2x2 or smaller...).

jigsaw's version is V2.0.2 using the 1999-04-28 update; java version is
Solaris VM (build Solaris_JDK_1.2_01, native threads, sunwjit)

In the log file I found the following exception:
-- snip --
Uncaught error fetching image:
java.lang.NullPointerException
        at java.io.FileInputStream.open(Native Method)
        at java.io.FileInputStream.open(Compiled Code)
        at java.io.FileInputStream.<init>(Compiled Code)
        at sun.awt.image.FileImageSource.getDecoder(Compiled Code)
        at sun.awt.image.InputStreamImageSource.doFetch(Compiled Code)
        at sun.awt.image.ImageFetcher.fetchloop(Compiled Code)
        at sun.awt.image.ImageFetcher.run(Compiled Code)
-- snip --

This seems to be a bug which occurs only on Solaris, WinNT 4 SP3 works
fine :-(

Possible imporvement: The "Save"/"Stop" button's image should be
replaced by text if
the icons cannot be loaded.

----

Bye,
Roland

--
  __ .  . __
 (o.\ \/ /.o)  Roland Mainz                               C programmer
  \__\/\/__/   Roland.Mainz@informatik.med.uni-giessen.de MPEG specialist
  /O /==\ O\   gisburn@w-specht.rhein-ruhr.de             Sun&&Amiga programmer
 (;O/ \/ \O;)  TEL +49 (0) 2426901568  FAX +49 (0) 2426901569

Received on Thursday, 29 April 1999 13:55:27 UTC