예제 #1
0
 public void windowClosing(java.awt.event.WindowEvent event) {
   Object object = event.getSource();
   if (object == VectorAttributeDialog.this) VectorAttributeDialog_WindowClosing(event);
 }
예제 #2
0
 public void windowClosing(java.awt.event.WindowEvent event) {
   Object object = event.getSource();
   if (object == DaylightTracker2.this) Frame_WindowClosing(event);
 }
예제 #3
0
 public void windowClosing(java.awt.event.WindowEvent event) {
   Object object = event.getSource();
   if (object == LogoDialog.this) FontDialog_WindowClosing(event);
 }