.. | .. |
---|
401 | 401 | { |
---|
402 | 402 | child = (Object3D) e.nextElement(); |
---|
403 | 403 | } |
---|
404 | | - |
---|
405 | 404 | } |
---|
406 | 405 | |
---|
407 | 406 | void createEditWindow(GroupEditor callee, boolean newWindow) //, boolean root) |
---|
.. | .. |
---|
790 | 789 | |
---|
791 | 790 | void draw(ClickInfo info, int level, boolean select) |
---|
792 | 791 | { |
---|
| 792 | + new Exception().printStackTrace(); |
---|
| 793 | + |
---|
793 | 794 | ClickInfo newInfo = new ClickInfo(); |
---|
794 | 795 | newInfo.flags = info.flags; |
---|
795 | 796 | newInfo.bounds = info.bounds; |
---|
.. | .. |
---|
876 | 877 | } |
---|
877 | 878 | catch (Exception e) |
---|
878 | 879 | { |
---|
879 | | - System.err.println("FAILED: " + this); |
---|
| 880 | + // System.err.println("FAILED: " + this); |
---|
880 | 881 | failedPigment = true; |
---|
881 | 882 | } |
---|
882 | 883 | |
---|