Hi !
I have coded an applet which uses a derived-from-Canvas class to
do some graphics. Now I want to load an iamge from disk, but

getImage(getCodeBase(),"mypix.jpg");



doesn't work cause there is no codebase. How can I implement
that ?

cya
Skippy