Search found 1 match
- Tue Mar 24, 2009 12:06 pm
- Forum: Growl
- Topic: Growl Java image
- Replies: 0
- Views: 1725
Growl Java image
public void growl() throws Exception { final String GROWL_DEVICEON = "DeviceOn"; String[] notif = { GROWL_DEVICEON }; Growl growl = new Growl("MyApp", notif, notif); growl.register(); growl.notifyGrowlOf(GROWL_DEVICEON, "Device On", "<" + this.user.getFirstNa...