/// <summary> /// Responds to Window Activated events; does nothing. </summary> /// <param name="event"> the WindowEvent that happened. </param> public virtual void windowActivated(WindowEvent @event) { if (IOUtil.testing()) { __dataset_copy = new StateMod_DataSet(__dataset, false); try { __tableModel = new StateMod_Response_TableModel(__dataset_copy); __worksheet.setModel(__tableModel); } catch (Exception e) { Console.WriteLine(e.ToString()); Console.Write(e.StackTrace); } } }