changeset 25:3fca497f5f5b

urasoe
author one
date Mon, 23 Jan 2012 20:28:44 +0900
parents b5c446990c0a
children cbbdabc7645f
files src/treeVnc/MyVncClient.java
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/treeVnc/MyVncClient.java	Mon Jan 23 19:58:50 2012 +0900
+++ b/src/treeVnc/MyVncClient.java	Mon Jan 23 20:28:44 2012 +0900
@@ -68,13 +68,14 @@
 		} catch (InterruptedException e) {
 			e.printStackTrace();
 		}
-		*/
 			getBcast.setStopFlag(true);
 			pHost = getBcast.text.getAddress();
 			port = Integer.parseInt(getBcast.text.getPort());
 			getBcast.socketClose();
 			
-/*
+	*/
+			
+
 		if(mainArgs.length == 0)
 			getBcast.setStopFlag(true);
 		else {
@@ -99,7 +100,7 @@
 			getBcast.socketClose();
 //			port = 5999;
 		}
-*/
+
 		init();
 		start_threads();
 		start();