equal
deleted
inserted
replaced
50 set_children(0); |
50 set_children(0); |
51 } |
51 } |
52 public int execute() { |
52 public int execute() { |
53 return execute(null); |
53 return execute(null); |
54 } |
54 } |
55 public int execute(XToolkit.XErrorHandler errorHandler) { |
55 public int execute(XErrorHandler errorHandler) { |
56 XToolkit.awtLock(); |
56 XToolkit.awtLock(); |
57 try { |
57 try { |
58 if (isDisposed()) { |
58 if (isDisposed()) { |
59 throw new IllegalStateException("Disposed"); |
59 throw new IllegalStateException("Disposed"); |
60 } |
60 } |