propValue = properties.getValue("displaytipsonstartup");
if(!suppressViewerPopups && !wasUpdateAvailable && propValue.length()>0 && propValue.equals("true")){
SwingUtilities.invokeLater(new Runnable(){
public void run() {
TipOfTheDay tipOfTheDay = new TipOfTheDay(currentGUI.getFrame(), "/org/jpedal/examples/simpleviewer/res/tips", properties);
tipOfTheDay.setVisible(true);
}
});
}
//falg so we can warn user if thewy call executeCommand without it setup