From 08b86cf16f1b385cfa2987f0948f8994cbe47da5 Mon Sep 17 00:00:00 2001 From: nathan Date: Sun, 16 Jul 2017 02:19:37 +0200 Subject: [PATCH] Removed test code --- test/dorkbox/TestTray.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/dorkbox/TestTray.java b/test/dorkbox/TestTray.java index 75035bd..8e8bcb7 100644 --- a/test/dorkbox/TestTray.java +++ b/test/dorkbox/TestTray.java @@ -129,9 +129,7 @@ class TestTray { public void actionPerformed(final ActionEvent e) { try { -// Desktop.browseURL("https://github.com/dorkbox/SystemTray"); -// Desktop.browseDirectory("/"); - Desktop.launchEmail("foo@example.com"); + Desktop.browseURL("https://github.com/dorkbox/SystemTray"); } catch (IOException e1) { e1.printStackTrace(); }