*/
public void scheduleInfoMessage(String message) {
// make new notification
NotificationDialog dlg = NotificationFactory.createInfoNotification(message, frame, Color.white, Color.black);
// add listener that displays the next notification
dlg.addNotificationListener(new NotificationListener() {
@Override
public void notificationResult(boolean value) {
// TODO notifications must be non-empty
// remove ourselves