MountainRange / MULE

OSS Mule, Built To New Heights :sunrise_over_mountains:
GNU General Public License v3.0
5 stars 0 forks source link

File->Close only closes the window, music still runs #65

Closed joshhting closed 8 years ago

jgkamat commented 8 years ago

I run this system.exit hook lemme see if I can find it.

jgkamat commented 8 years ago
primaryStage.setOnCloseRequest(event -> {
            Platform.exit();
            System.exit(0);
        });

So just do a

Platform.exit();
System.exit(0);

before exiting on the close thingy