NSString.stringWithString(GROWL_NOTIFICATIONS_DEFAULT),
appImage != null ? NSString.stringWithString(GROWL_APP_ICON) : null
);
// Make the Dictionary
NSDictionary regDict = NSDictionary.dictionaryWithObjects_forKeys(objects, keys);
theCenter.postNotification(
GROWL_APP_REGISTRATION, // notificationName
null, // anObject
regDict, // userInfoDictionary