HubTurbo / addressbook

A small app for training and experimentation
Other
1 stars 3 forks source link

MainApp is not closing properly #550

Open m133225 opened 8 years ago

m133225 commented 8 years ago

By closing the app through File > Exit, it seems to trigger MainApp::stop but gets stuck (at least on Mac).

m133225 commented 8 years ago

Stucks at JxBrowser's Browser::dispose method, probably not a problem we can fix on our end.

yl-coder commented 8 years ago

I will look at this tonight on my mac machine.

yl-coder commented 8 years ago

http://stackoverflow.com/questions/35820197/jxbrowser-heavyweight-dispose-on-window-close-request

Seems to be the same problem.