Removed test code

This commit is contained in:
nathan 2017-07-16 02:19:37 +02:00
parent 086085a5ce
commit 08b86cf16f

View File

@ -129,9 +129,7 @@ class TestTray {
public public
void actionPerformed(final ActionEvent e) { void actionPerformed(final ActionEvent e) {
try { try {
// Desktop.browseURL("https://github.com/dorkbox/SystemTray"); Desktop.browseURL("https://github.com/dorkbox/SystemTray");
// Desktop.browseDirectory("/");
Desktop.launchEmail("foo@example.com");
} catch (IOException e1) { } catch (IOException e1) {
e1.printStackTrace(); e1.printStackTrace();
} }