protected void processWindowEvent(java.awt.event.WindowEvent e) {
      super.processWindowEvent(e);

      if (e.getID() != java.awt.event.WindowEvent.WINDOW_OPENED)
        //noinspection UnnecessaryReturnStatement
        return;
      GLFrame glFrame = new GLFrame(outputArea);
      glFrame.setVisible(true);
    }
 public void windowClosing(java.awt.event.WindowEvent event) {
   Object object = event.getSource();
   if (object == DaylightTracker2.this) Frame_WindowClosing(event);
 }
Esempio n. 3
0
 public void windowClosing(java.awt.event.WindowEvent event) {
   Object object = event.getSource();
   if (object == VectorAttributeDialog.this) VectorAttributeDialog_WindowClosing(event);
 }
Esempio n. 4
0
 public void windowClosing(java.awt.event.WindowEvent event) {
   Object object = event.getSource();
   if (object == LogoDialog.this) FontDialog_WindowClosing(event);
 }