3031323334353637383940
public void detach() { super.detach(); // Stop any threads or timers the controller may be actively running. DialogAnnotationController dac = super.getController(); if (dac == null) return; this.stopController((SlideShowAnnotationController) dac);