private GrowlNotifications() { myGrowl = new Growl(ApplicationNamesInfo.getInstance().getFullProductName()); myNotifications = new TreeSet<String>(); register(); }
GrowlNotifications(String fullProductName) { myGrowl = new Growl(fullProductName); register(); }