comparison src/myVncProxy/VncProxyService.java @ 185:950ffe24f72e

update
author Yu Taninari <you@cr.ie.u-ryukyu.ac.jp>
date Mon, 07 Nov 2011 12:47:57 +0900
parents 134deb9f8148
children e7cc8bcf261d
comparison
equal deleted inserted replaced
184:134deb9f8148 185:950ffe24f72e
740 } else { 740 } else {
741 getHost = new TextBox(this); 741 getHost = new TextBox(this);
742 port = 5900; 742 port = 5900;
743 } 743 }
744 744
745 getHost.changeHost(); 745 //getHost.changeHost();
746 746
747 // Read "ENCPASSWORD" or "PASSWORD" parameter if specified. 747 // Read "ENCPASSWORD" or "PASSWORD" parameter if specified.
748 // readPasswordParameters(); 748 // readPasswordParameters();
749 749
750 String str; 750 String str;