CaltechOpticalObservatories / NGPS

NGPS Software
2 stars 0 forks source link

"X" close OTM output will kill ngps-observe #14

Closed astronomerdave closed 1 year ago

astronomerdave commented 1 year ago

If you view the OTM output and click the "X" button then all of ngps-observe will quit. Clicking the "OK" button will close the OTM output cleanly, however. image

jenniferwillow commented 1 year ago

I have added a call to the JFrame.setDefaultCloseOperation(JFrame.HIDE_ON_CLOSE) so that the dialog closes but doesn't close the program.