Mercurial > hg > Members > you > TreeVNC
comparison 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 |
comparison
equal
deleted
inserted
replaced
33:74195a7722be | 34:32b266967c2c |
---|---|
117 | 117 |
118 public String getAddress() { | 118 public String getAddress() { |
119 int i = 0; | 119 int i = 0; |
120 while (!(flag)) { | 120 while (!(flag)) { |
121 if (i >= 50) { | 121 if (i >= 50) { |
122 /* | |
122 reportWindow(); | 123 reportWindow(); |
123 visible(); | 124 visible(); |
124 break; | 125 break; |
126 */ | |
127 return "notFound"; | |
125 } | 128 } |
126 try { | 129 try { |
127 Thread.sleep(500); | 130 Thread.sleep(500); |
128 } catch (InterruptedException e) { | 131 } catch (InterruptedException e) { |
129 e.printStackTrace(); | 132 e.printStackTrace(); |