Updated test app. No longer have System.exit(0), with coments

This commit is contained in:
nathan 2016-02-13 19:11:58 +01:00
parent 42f2c8ea71
commit 2aaf41204e
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ class TestTray {
public
void onClick(final SystemTray systemTray, final MenuEntry menuEntry) {
systemTray.shutdown();
System.exit(0);
//System.exit(0); not necessary if all non-daemon threads have correctly stopped.
}
});
}