165166167168169170171172173174175
public void examine(Row row, Expr cond, Action act) { if (examineFrame == null) { examineFrame = new StateMachine_Examine(this); examineFrame.setLocationRelativeTo(frame); } examineFrame.setTheFrame(row, cond, act); }