Changeset 76 in tmcsimulator-scriptbuilder for trunk/src/scriptbuilder/gui/panels/IncidentPaletteAddPanel.java
- Timestamp:
- 08/25/2017 12:22:28 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/scriptbuilder/gui/panels/IncidentPaletteAddPanel.java
r64 r76 22 22 { 23 23 24 /** 25 * The script incident represented by this panel. 26 */ 24 27 public ScriptIncident incident; 25 28 … … 27 30 28 31 /** 29 * Creates new form IncidentPaletteAddPanel 32 * Create new IncidentPaletteAddPanel from the form. 33 * 34 * @param inc the incident to be represented in this panel. 35 * @param frame the parent palette which holds this panel. 30 36 */ 31 37 public IncidentPaletteAddPanel(ScriptIncident inc, IncidentPaletteFrame frame)
Note: See TracChangeset
for help on using the changeset viewer.
