super();
setModal(true);
this.updateStateTable = updateStateTable;
initGUI();
fullViewer = new FullViewer("State Observers", this);
fullViewer.setText(updateStateTable.allSOToString(),
updateStateObservers.currentSO().isInvalid());
rows = new Vector<CondReact_row>();