comparison src/viewer_swing/java/com/glavsoft/viewer/Viewer.java @ 427:ed15f0bd8dfa

Remove shareScrrenNumber for ScreenChangeRequest Message
author Tatsuki IHA <e125716@ie.u-ryukyu.ac.jp>
date Mon, 01 Feb 2016 04:39:53 +0900
parents c225c7963778
children f6a828dd37b0
comparison
equal deleted inserted replaced
426:3a97a014d7ee 427:ed15f0bd8dfa
69 private boolean showTree = false; 69 private boolean showTree = false;
70 public int width; 70 public int width;
71 public int height; 71 public int height;
72 public int fixingSizeWidth; 72 public int fixingSizeWidth;
73 public int fixingSizeHeight; 73 public int fixingSizeHeight;
74 private int x;
75 private int y;
76 private int frameSizeWidth;
77 private int frameSizeHeight;
74 78
75 public static void main(String[] args) { 79 public static void main(String[] args) {
76 Parser parser = new Parser(); 80 Parser parser = new Parser();
77 ParametersHandler.completeParserOptions(parser); 81 ParametersHandler.completeParserOptions(parser);
78 82
317 * @param vs 321 * @param vs
318 * @param hostName 322 * @param hostName
319 * @param newVNCServerId 323 * @param newVNCServerId
320 */ 324 */
321 @Override 325 @Override
322 public void inhelitClients(ViewerInterface vs, String hostName, short newVNCServerId) { 326 public void inhelitClients(String hostName, short newVNCServerId) {
323 final ConnectionPresenter connectionPresenter = createNewConnectionPresenter(hostName, newVNCServerId); 327 final ConnectionPresenter connectionPresenter = createNewConnectionPresenter(hostName, newVNCServerId);
324 isApplet = true; 328 isApplet = true;
325 this.setNoConnection(false); 329 this.setNoConnection(false);
326 final Viewer v = this; 330 final Viewer v = this;
327 new Thread(new Runnable() { 331 new Thread(new Runnable() {