Changeset 11 in tmcsimulator for trunk/src/tmcsim/simulationmanager
- Timestamp:
- 04/21/2016 03:02:32 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/tmcsim/simulationmanager/IncidentHistoryPanel.java
r2 r11 48 48 incTypeTF.setMaximumSize(new Dimension(200, 20)); 49 49 incTypeTF.setEditable(false); 50 incTypeTF.setName("incTypeTF"); 50 51 51 52 Box incTypeBox = Box.createVerticalBox(); … … 63 64 incLocTF.setMaximumSize(new Dimension(800, 20)); 64 65 incLocTF.setEditable(false); 66 incLocTF.setName("incLocTF"); 65 67 66 68 Box incLocBox = Box.createVerticalBox(); … … 86 88 eventHistoryTable = new JTable(eventHistoryTableModel); 87 89 eventHistoryTable.getTableHeader().setReorderingAllowed(false); 90 eventHistoryTable.setName("LogHistory"); 88 91 89 92 for(int c = 0; c < eventHistoryTable.getColumnCount(); c++) {
Note: See TracChangeset
for help on using the changeset viewer.
