comparison src/main/java/jp/ac/u_ryukyu/treevnc/CreateConnectionParam.java @ 401:94c520535ef1

Fix selection panel
author Tatsuki IHA <e125716@ie.u-ryukyu.ac.jp>
date Tue, 13 Oct 2015 18:21:46 +0900
parents 28d67bbfa9f1
children 89f1f7e41838
comparison
equal deleted inserted replaced
400:845698fd6fb6 401:94c520535ef1
22 } 22 }
23 23
24 public synchronized void findTreeVncRoot() { 24 public synchronized void findTreeVncRoot() {
25 FindRoot getBcast = new FindRoot(rfb.acceptPort,this); 25 FindRoot getBcast = new FindRoot(rfb.acceptPort,this);
26 rfb.createRootSelectionPanel(this, getBcast); 26 rfb.createRootSelectionPanel(this, getBcast);
27 getBcast.findRoot();
27 // wait for RootSelection 28 // wait for RootSelection
28 try { 29 try {
29 wait(); 30 wait();
30 } catch (InterruptedException e) { 31 } catch (InterruptedException e) {
31 System.out.println("any thread interrupt when wait for FindRoot " + e.getMessage()); 32 System.out.println("any thread interrupt when wait for FindRoot " + e.getMessage());