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