예제 #1
0
파일: AWTCanvas.java 프로젝트: swkzr/jogl
 public void removeNotify() {
   try {
     dispose();
   } finally {
     super.removeNotify();
   }
 }
 public void removeNotify() {
   controller.removeListener(this);
   super.removeNotify();
 }