Changeset 76 in tmcsimulator-scriptbuilder for trunk/src/scriptbuilder/gui/panels/TimeStampPanel.java
- Timestamp:
- 08/25/2017 12:22:28 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/scriptbuilder/gui/panels/TimeStampPanel.java
r54 r76 41 41 42 42 /** 43 * Update the length interval and the dimensions of the panel. NOTE: This 44 * method implementation is an exact duplication of the update method in 45 * panels.TimelineTickPanel. I'm not sure if it actually accomplishes 46 * anything here. 43 * Update the length interval and the dimensions of the panel. This version 44 * of the method is used in the main script builder window. 47 45 * 48 46 * @param script The simulation script model … … 89 87 90 88 /** 91 * Update the length interval and the dimensions of the panel. NOTE: This 92 * method implementation is an exact duplication of the update method in 93 * panels.TimelineTickPanel. I'm not sure if it actually accomplishes 94 * anything here. 89 * Update the length interval and the dimensions of the panel. This version 90 * of the method is used in the individual incident editor window. 95 91 * 96 * @param script The simulation script model92 * @param incident the incident which this window is editing. 97 93 */ 98 94 public void update(ScriptIncident incident)
Note: See TracChangeset
for help on using the changeset viewer.
