Index: trunk/src/tmcsim/simulationmanager/IncidentHistoryPanel.java
===================================================================
--- trunk/src/tmcsim/simulationmanager/IncidentHistoryPanel.java	(revision 2)
+++ trunk/src/tmcsim/simulationmanager/IncidentHistoryPanel.java	(revision 11)
@@ -48,4 +48,5 @@
         incTypeTF.setMaximumSize(new Dimension(200, 20));
         incTypeTF.setEditable(false);
+        incTypeTF.setName("incTypeTF");
         
         Box incTypeBox = Box.createVerticalBox();
@@ -63,4 +64,5 @@
         incLocTF.setMaximumSize(new Dimension(800, 20));
         incLocTF.setEditable(false);
+        incLocTF.setName("incLocTF");
         
         Box incLocBox = Box.createVerticalBox();
@@ -86,4 +88,5 @@
         eventHistoryTable = new JTable(eventHistoryTableModel);  
         eventHistoryTable.getTableHeader().setReorderingAllowed(false);  
+        eventHistoryTable.setName("LogHistory");
         
         for(int c = 0; c < eventHistoryTable.getColumnCount(); c++) {
