41424344454647
/** * Adds a new notification * @param n */ public static void addNotification(String n) { m_notifications.add(new Notification(n)); }