Eliosoft / elios

Entertainment LIghting Open source Software a.k.a ELIOS is a Java application that provides remote management capabilities to your lighting system based on Art-Net. This project is released under GPL v3.
http://www.eliosoft.net
GNU General Public License v3.0
6 stars 3 forks source link

Quit button of the toolbar does not close the application #39

Closed acollign closed 13 years ago

acollign commented 13 years ago

Dummy bug to fix asap.

jgastonraoul commented 13 years ago

I think there is some background threads (ArtNet Server thread, input view worker...) which aren't ended... The simplest solution should be something like System.exit() ...

acollign commented 13 years ago
     System.exit(0)

is the worst thing to do. We have to take care of gracefully stop any threads that is running at closing time.

jgastonraoul commented 13 years ago

Maybe, but I think that's what we're currently doing when we click on the frame close button...

acollign commented 13 years ago

Ugly fix in 46d01bb8fe5866d7b145b2b09433237c17e681c7