Mercurial > hg > Applications > TightVNC_orginal
view src/web/viewer-java-web-start-example.jnlp @ 30:0c08cdc4b572
Create AbstractRenderer.java
and
Renderer change to Interface
author | one |
---|---|
date | Sat, 01 Sep 2012 20:33:48 +0900 |
parents | 4689cc86d6cb |
children |
line wrap: on
line source
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE jnlp PUBLIC "-//Sun Microsystems, Inc.//DTD JNLP 1.5//EN" "http://www.netbeans.org/jnlp/DTD/jnlp.dtd"> <jnlp spec="1.0" codebase="http://localhost/" href="viewer-java-web-start-example.jnlp"> <information> <title>TightVNC Viewer</title> <vendor>GlavSoft LLC.</vendor> <homepage href="http://www.tightvnc.com/"/> <description>TightVNC Viewer</description> <icon href="tightvnc-logo-16x16.png" width="16" height="16"/> <icon href="tightvnc-logo-32x32.png" width="32" height="32"/> <offline-allowed/> <shortcut online="true"> <desktop/> <menu submenu="Accessories"/> </shortcut> </information> <resources> <j2se href="http://java.sun.com/products/autodl/j2se" version="1.6+"/> <jar href="${archive_name}.jar" main="true"/> </resources> <application-desc/> </jnlp>