()
| 93 | } |
| 94 | |
| 95 | @Override |
| 96 | public void Delete() { |
| 97 | this.lock.lock(); |
| 98 | // We prevent any further rendering |
| 99 | this.inRenderCall = true; |
| 100 | this.renderWindow = null; |
| 101 | super.Delete(); |
| 102 | this.lock.unlock(); |
| 103 | } |
| 104 | |
| 105 | /** |
| 106 | * @return true if the graphical component has been properly set and |