diff src/treeVnc/TextBoxClient.java @ 34:32b266967c2c

delete notfound window
author Yu Taninari <you@cr.ie.u-ryukyu.ac.jp>
date Wed, 18 Apr 2012 19:14:17 +0900
parents da007a84f111
children
line wrap: on
line diff
--- a/src/treeVnc/TextBoxClient.java	Thu Apr 05 19:23:35 2012 +0900
+++ b/src/treeVnc/TextBoxClient.java	Wed Apr 18 19:14:17 2012 +0900
@@ -119,9 +119,12 @@
 		int i = 0;
 		while (!(flag)) {
 			if (i >= 50) {
+				/*
 				reportWindow();
 				visible();
 				break;
+				*/
+				return "notFound";
 			}
 			try {
 				Thread.sleep(500);