public void removeNotify() { try { dispose(); } finally { super.removeNotify(); } }
public void removeNotify() { controller.removeListener(this); super.removeNotify(); }