summaryrefslogtreecommitdiffstats
path: root/common/javabin
diff options
context:
space:
mode:
authorConstantin Kaplinsky <const@tightvnc.com>2006-05-25 05:01:55 +0000
committerConstantin Kaplinsky <const@tightvnc.com>2006-05-25 05:01:55 +0000
commita2adc8d4cfdf7336ce9192414c5e775224742a97 (patch)
tree0fc9f229bd40a2de342d91338798033da8ebd7bc /common/javabin
parent4fc2026b9595e9425f50616d18781995aebe495b (diff)
downloadtigervnc-a2adc8d4cfdf7336ce9192414c5e775224742a97.tar.gz
tigervnc-a2adc8d4cfdf7336ce9192414c5e775224742a97.zip
Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@589 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'common/javabin')
-rw-r--r--common/javabin/index.vnc13
-rw-r--r--common/javabin/logo150x150.gifbin0 -> 3584 bytes
-rw-r--r--common/javabin/vncviewer.jarbin0 -> 81356 bytes
3 files changed, 13 insertions, 0 deletions
diff --git a/common/javabin/index.vnc b/common/javabin/index.vnc
new file mode 100644
index 00000000..aecb6131
--- /dev/null
+++ b/common/javabin/index.vnc
@@ -0,0 +1,13 @@
+<HTML>
+<HEAD>
+<TITLE>
+VNC viewer for Java
+</TITLE>
+</HEAD>
+<BODY>
+<APPLET CODE=vncviewer/VNCViewer.class ARCHIVE=vncviewer.jar
+ WIDTH=400 HEIGHT=250>
+<PARAM name="port" value="$PORT">
+</APPLET>
+</BODY>
+</HTML>
diff --git a/common/javabin/logo150x150.gif b/common/javabin/logo150x150.gif
new file mode 100644
index 00000000..f1699ba5
--- /dev/null
+++ b/common/javabin/logo150x150.gif
Binary files differ
diff --git a/common/javabin/vncviewer.jar b/common/javabin/vncviewer.jar
new file mode 100644
index 00000000..3c92b5bb
--- /dev/null
+++ b/common/javabin/vncviewer.jar
Binary files differ