199200201202203204205206207
} @Override public void addNotification() { if (notification == null) { notification = new ComponentNotification(titleLabel); notification.start(); } }