comparison src/viewer_swing/java/com/glavsoft/viewer/TreeViewer.java @ 400:845698fd6fb6

Remove synchronized
author Tatsuki IHA <e125716@ie.u-ryukyu.ac.jp>
date Tue, 13 Oct 2015 17:45:16 +0900
parents 28d67bbfa9f1
children 94c520535ef1
comparison
equal deleted inserted replaced
399:28d67bbfa9f1 400:845698fd6fb6
71 rootStart(args, v); 71 rootStart(args, v);
72 } else { 72 } else {
73 v.startTreeViewer(hostName,cui, addSerialNum); 73 v.startTreeViewer(hostName,cui, addSerialNum);
74 74
75 // selected "Start as TreeVNC Root" for start selection panel 75 // selected "Start as TreeVNC Root" for start selection panel
76 noConnection = true; 76 if (v.getRfb().getConnectionParam().isRootMode()) {
77 rootStart(args, v); 77 noConnection = true;
78 rootStart(args, v);
79 }
78 } 80 }
79 } 81 }
80 } 82 }
81 83
82 public void rootStart(String[] args, ViewerInterface v) throws SocketException, UnknownHostException { 84 public void rootStart(String[] args, ViewerInterface v) throws SocketException, UnknownHostException {