2008년 10월 30일 목요일

원도우 종료 이벤트.

뭐 너무 간단하지만 .. 가끔 까먹기때문에 ..;;

implements WindowListener
frame = new Frame("frame");

frame.addWindowListener( new WindowAdapter() {
               public void windowClosing( WindowEvent e){
                     System.exit(0);
               }
         });

댓글 없음:

댓글 쓰기