try { URL u = new URL(getCodeBase(), getParameter("Image")); theImage = getImage(u); } catch (MalformedURLException e) { System.err.println(e); }
g.drawImage(theImage, 0, 0, this);