File: noshared.vnc

package info (click to toggle)
vnc-java 3.3.3r2-3
  • links: PTS
  • area: contrib
  • in suites: woody
  • size: 208 kB
  • ctags: 290
  • sloc: java: 2,078; makefile: 82
file content (16 lines) | stat: -rw-r--r-- 594 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!-- This is an example of how to set default options in the Java VNC viewer
     applet - in this case the "Share Desktop" option is set to "No".  Any
     option can be set by giving a parameter with the same name as the
     option (spaces are important, but case isn't) -->

<HTML>
<TITLE>
$USER's $DESKTOP desktop ($DISPLAY) [not shared]
</TITLE>
<APPLET CODE=vncviewer.class ARCHIVE=vncviewer.jar
        WIDTH=$APPLETWIDTH HEIGHT=$APPLETHEIGHT>
<param name=PORT value=$PORT>
<param name="share desktop" value=no>
</APPLET>
<A href="http://www.tightvnc.com/">www.TightVNC.com</A>
</HTML>