Changeset 53 in tmcsimulator for trunk/src/tmcsim


Ignore:
Timestamp:
03/07/2017 06:41:58 AM (9 years ago)
Author:
jdalbey
Message:

Incident.java changed so server places new comments at TOP of comments table

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/tmcsim/client/cadclientgui/data/Incident.java

    r3 r53  
    526526 
    527527    public void addToCommentsNotesTable(String[] fields) { 
    528         this.commentsNotesTable.addRow(fields); 
     528        this.commentsNotesTable.insertRow(0, fields); //JD - new notes go 1st 
    529529    } 
    530530 
Note: See TracChangeset for help on using the changeset viewer.