Changeset 53 in tmcsimulator-scriptbuilder for trunk/src/scriptbuilder/gui/panels/IncidentTimelineTickPanel.java


Ignore:
Timestamp:
08/09/2017 10:03:37 AM (9 years ago)
Author:
bmcguffin
Message:

Duplicated main ScriptBuilder? window. The new window will become the Incident Editor window (see Storyboard 2a-B). The main ScriptBuilder? window will become the Incident Combiner window (see storyboard 1a-B).

File:
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/src/scriptbuilder/gui/panels/IncidentTimelineTickPanel.java

    r31 r53  
    2121 * @author Bryan McGuffin 
    2222 */ 
    23 public class TimelineTickPanel extends JPanel 
     23public class IncidentTimelineTickPanel extends JPanel 
    2424{ 
    2525 
     
    8282     * Constructor. Set up the mouse listener. 
    8383     */ 
    84     public TimelineTickPanel() 
     84    public IncidentTimelineTickPanel() 
    8585    { 
    8686        super(); 
Note: See TracChangeset for help on using the changeset viewer.