Changeset 53 in tmcsimulator for trunk/src/tmcsim
- Timestamp:
- 03/07/2017 06:41:58 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/tmcsim/client/cadclientgui/data/Incident.java
r3 r53 526 526 527 527 public void addToCommentsNotesTable(String[] fields) { 528 this.commentsNotesTable. addRow(fields);528 this.commentsNotesTable.insertRow(0, fields); //JD - new notes go 1st 529 529 } 530 530
Note: See TracChangeset
for help on using the changeset viewer.
