.. | .. |
---|
4208 | 4208 | |
---|
4209 | 4209 | com.sun.opengl.util.texture.Texture CompressTexture2(String name) |
---|
4210 | 4210 | { |
---|
| 4211 | + new Exception().printStackTrace(); |
---|
4211 | 4212 | System.exit(0); |
---|
4212 | 4213 | com.sun.opengl.util.texture.Texture texture = null; |
---|
4213 | 4214 | |
---|
.. | .. |
---|
13946 | 13947 | |
---|
13947 | 13948 | public void run() |
---|
13948 | 13949 | { |
---|
| 13950 | + new Exception().printStackTrace(); |
---|
13949 | 13951 | System.exit(0); |
---|
13950 | 13952 | for (;;) |
---|
13951 | 13953 | { |
---|
.. | .. |
---|
15144 | 15146 | |
---|
15145 | 15147 | void SelectParent() |
---|
15146 | 15148 | { |
---|
| 15149 | + new Exception().printStackTrace(); |
---|
15147 | 15150 | System.exit(0); |
---|
15148 | 15151 | Composite group = (Composite) object; |
---|
15149 | 15152 | java.util.Vector selectees = new java.util.Vector(group.selection); |
---|
.. | .. |
---|
15167 | 15170 | |
---|
15168 | 15171 | void SelectChildren() |
---|
15169 | 15172 | { |
---|
| 15173 | + new Exception().printStackTrace(); |
---|
15170 | 15174 | System.exit(0); |
---|
15171 | 15175 | /* |
---|
15172 | 15176 | Composite group = (Composite) object; |
---|
.. | .. |
---|
16280 | 16284 | { |
---|
16281 | 16285 | if (!selection) |
---|
16282 | 16286 | { |
---|
| 16287 | + new Exception().printStackTrace(); |
---|
16283 | 16288 | System.exit(0); |
---|
16284 | 16289 | return; |
---|
16285 | 16290 | } |
---|