comparison src/myVncProxy/CreateHtmlFile.java @ 34:8d8e63b3bd83

update CreateHtmlFile
author e085711
date Wed, 27 Apr 2011 06:28:23 +0900
parents e44ffe36c514
children 5c158080cb3f
comparison
equal deleted inserted replaced
33:e44ffe36c514 34:8d8e63b3bd83
7 import java.net.InetAddress; 7 import java.net.InetAddress;
8 8
9 public class CreateHtmlFile { 9 public class CreateHtmlFile {
10 10
11 String header="<HTML><TITLE>hbpVNC desktop</TITLE>\n"; 11 String header="<HTML><TITLE>hbpVNC desktop</TITLE>\n";
12 String footer="<BR><A href=\"http://ie.u-ryukyu.ac.jp\"University of the Ryukyu </HTML>\n"; 12 String footer="</APPLET>\n<BR>\n<A href=\"http://ie.u-ryukyu.ac.jp/\">University of the Ryukyu </A>\n</HTML>\n";
13 13
14 String host; 14 String host;
15 String user; 15 String user;
16 int port; 16 int port;
17 int width; 17 int width;