comparison src/main/java/jp/ac/u_ryukyu/treevnc/CreateConnectionParam.java @ 329:230038d5127d

change reconnect new node instead of lost child node.
author oc
date Mon, 02 Feb 2015 20:18:53 +0900
parents 293c35aa902b
children 42fcc9419498
comparison
equal deleted inserted replaced
328:1a2ab6bd5ba3 329:230038d5127d
11 private TreeRFBProto rfb; 11 private TreeRFBProto rfb;
12 private String myHostName; 12 private String myHostName;
13 13
14 public CreateConnectionParam(TreeRFBProto rfb) { 14 public CreateConnectionParam(TreeRFBProto rfb) {
15 this.rfb = rfb; 15 this.rfb = rfb;
16 rfb.setConnectionParam(this);
16 } 17 }
17 18
18 public synchronized void findTreeVncRoot() { 19 public synchronized void findTreeVncRoot() {
19 rfb.createRootSelectionPanel(this); 20 rfb.createRootSelectionPanel(this);
20 FindRoot getBcast = new FindRoot(rfb.acceptPort,this); 21 FindRoot getBcast = new FindRoot(rfb.acceptPort,this);