/** * Calls super removeNotify and removes all subcomponents from this panel. */ public void removeNotify() { super.removeNotify(); removeAll(); }
/** * Calls super removeNotify and removes all subcomponents from this panel. */ public void removeNotify() { super.removeNotify(); removeAll(); }
/** * Calls super removeNotify and removes all subcomponents from this panel. */ public void removeNotify() { super.removeNotify(); removeAll(); }