Hi,
If you would like to use the Java VNCViewer on a different host from
where the applet is embedded, you can set CODEBASE to the other host
and change this line:
logo = getImage(getDocumentBase(), "logo150x150.gif");
to
logo = getImage(getCodeBase(), "logo150x150.gif");
Amir