Changeset 114 in tmcsimulator-scriptbuilder for trunk/src/scriptbuilder


Ignore:
Timestamp:
09/07/2017 01:19:40 PM (9 years ago)
Author:
bmcguffin
Message:

Set visibility of +15:00 button in ScriptBuilderFrame? to false. This prevents it from appearing in the window.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/scriptbuilder/gui/ScriptBuilderFrame.java

    r112 r114  
    150150        script.addObserver(this); 
    151151        initComponents(); 
     152        //We don't currently want the button to be present in this window 
     153        btnAddTime.setVisible(false); 
    152154        this.update(null, script); 
    153155 
Note: See TracChangeset for help on using the changeset viewer.