atarw / material-ui-swing

A modern, Material Design UI for Java Swing
MIT License
653 stars 86 forks source link

Fix issue where demo application does not terminate #101

Closed mikera closed 4 years ago

mikera commented 4 years ago

I saw that old demo instances were running on my machine (Windows 10), even after closing the window.

This PR adds the default EXIT_ON_CLOSE to the MaterialUISwingDemo application, which ensure that the application shuts down correctly.

vincenzopalazzo commented 4 years ago

Thanks for your work