> Hi all,
> I have trouble loading the icons from the jlfgr-1_0.jar in my Applet
[quoted text clipped - 8 lines]
> ImageIcon ico = new
> ImageIcon(getClass().getResource("/toolbarButtonGrpahics/general/Cut24.gif"));
..................................................Graphics... ???
> I get a NullPointerException using this Code. What's going wrong?
I assume it was the ImageIcon constructor who threw the
NullPointerException. (You should verify this assumption in the
exception trace you got in your browser's java console!)
Supposed that getResource("...") has returned null, because it didn't
find the gif.
> Thanks, Filip

Signature
"Thomas:Fritsch$ops:de".replace(':','.').replace('$','@')