Beispiel #1
0
  @Override
  protected void finalize() throws Throwable {
    // ok, ditch the layer
    if (_myLayer != null) _myLayer.dispose();

    // and let the parent do it's stuff
    super.finalize();
  }