// the, the prayer itself
String pContent = NbBundle.getBundle("net.sf.nbrosary.i18n.Rosary").getString(prayerName + "prayer");
// now, we create a new Telegraph instance, which will show the
// prayer as a notification
Telegraph telegraph = new Telegraph(pTitle, pContent, TelegraphType.MESSAGE, WindowPosition.BOTTOMRIGHT, timer);
// add the prayer to the queue
queue.add(telegraph);
}