From 2aaf41204e7201c186da5ef36bf5ea7703c224ee Mon Sep 17 00:00:00 2001 From: nathan Date: Sat, 13 Feb 2016 19:11:58 +0100 Subject: [PATCH] Updated test app. No longer have System.exit(0), with coments --- test/dorkbox/TestTray.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/dorkbox/TestTray.java b/test/dorkbox/TestTray.java index 98b4bfb..26db00c 100644 --- a/test/dorkbox/TestTray.java +++ b/test/dorkbox/TestTray.java @@ -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. } }); }