Legend:
- Unmodified
- Added
- Removed
-
trunk/IDE_metadata/NetBeans/TMCSim/nbproject/project.properties
r6 r11 49 49 ${javac.classpath}:\ 50 50 ${build.classes.dir}:\ 51 ${libs.junit.classpath}:\ 52 ${libs.junit_4.classpath} 51 ${libs.junit.classpath} 53 52 javac.test.processorpath=\ 54 53 ${javac.test.classpath} -
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.
