comparison src/main/java/jp/ac/u_ryukyu/alicevnc/CreateWindow.java @ 52:57ca704f86a3

back version Alice tag:work-compressedDSM
author Nozomi Teruya <e125769@ie.u-ryukyu.ac.jp>
date Mon, 09 Nov 2015 16:09:16 +0900
parents 9354e8a1d03b
children fe627049e289
comparison
equal deleted inserted replaced
51:b46758a2b56e 52:57ca704f86a3
19 19
20 public class CreateWindow extends CodeSegment { 20 public class CreateWindow extends CodeSegment {
21 21
22 private Receiver info = ids.create(CommandType.PEEK); 22 private Receiver info = ids.create(CommandType.PEEK);
23 23
24 public CreateWindow(String key, CodeSegment cs){ 24 public CreateWindow(String key){
25 this.aliceDaemon = cs.aliceDaemon; 25 info.setKey(key, "initMessage");
26 info.setKey(key, "initMessage", this);
27 } 26 }
28 27
29 public void run() { 28 public void run() {
30 PixelFormat pixelFormat = null; 29 PixelFormat pixelFormat = null;
31 int width = 0; 30 int width = 0;