comparison src/main/java/jp/ac/u_ryukyu/treevnc/CreateConnectionParam.java @ 514:887ebd993b3d

separate rfb broadcast
author mir3636
date Thu, 21 Feb 2019 16:52:21 +0900
parents b97fdcd337fe
children
comparison
equal deleted inserted replaced
513:b97fdcd337fe 514:887ebd993b3d
16 16
17 public CreateConnectionParam(TreeRFBProto rfb) { 17 public CreateConnectionParam(TreeRFBProto rfb) {
18 this.rfb = rfb; 18 this.rfb = rfb;
19 rfb.setConnectionParam(this); 19 rfb.setConnectionParam(this);
20 getBcast = new FindRoot(rfb.acceptPort,this); 20 getBcast = new FindRoot(rfb.acceptPort,this);
21 rfb.setFindRoot();
22 } 21 }
23 22
24 public synchronized void findTreeVncRoot() { 23 public synchronized void findTreeVncRoot() {
25 rfb.createRootSelectionPanel(this, getBcast); 24 rfb.createRootSelectionPanel(this, getBcast);
26 getBcast.findRoot(); 25 getBcast.findRoot();