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(); }