Exemplo n.º 1
0
 /*
  * (non-Javadoc)
  * @see de.enough.polish.ui.ContainerView#releaseResources()
  */
 public void releaseResources() {
   super.releaseResources();
   synchronized (this.lock) {
     // #if polish.midp2
     this.originalRgbData = null;
     this.originalRgbDataWidths = null;
     this.shownRgbData = null;
     this.shownRgbDataWidths = null;
     this.shownRgbDataHeights = null;
     this.referenceXCenterPositions = null;
     this.referenceYCenterPositions = null;
     // #endif
   }
 }