Showing Images in Japplet

Hi Allmy codeImage img = new Image();img = getImage(getDocumentBase(), "images/db_logo2.gif");no error found when compile but the image wun show, anyone knows?
[201 byte] By [dy_lan] at [2008-1-5]
# 1
Try using URL imageURL;Class cl = this.getClass();imageURL = cl.getResource("/images/db_logo2.gif");img = getImage(imageURL);
jan.svensson at 2007-7-1 > top of java,Security,Signed Applets...