Skip to content

Instantly share code, notes, and snippets.

@nobusue
Created July 2, 2011 10:03
Show Gist options
  • Save nobusue/1059910 to your computer and use it in GitHub Desktop.
Save nobusue/1059910 to your computer and use it in GitHub Desktop.
#ghello from System Tray
java.awt.SystemTray.getSystemTray().add(new java.awt.TrayIcon(image:java.awt.Toolkit.getDefaultToolkit().getImage(this.class.getResource('groovy/ui/ConsoleIcon.png')), tooltip:'Hello World!', imageAutoSize:true))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment