Setting the default login user
By default, the JDesignerPro login window appears with a default username of Guest and blank for the password. If you would like to change this add the following parameters to the applet tag:
<param name="JDPDftUsername" value="a username">
<param name="JDPDftPassword" value="that users password">
For example, if you would like the login window to appear with username John and John's password if 'happy' you would add the following to the applet tag of the html page:
<param name="JDPDftUsername" value="John">
<param name="JDPDftPassword" value="happy">