Changeset 207 in tmcsimulator-scriptbuilder for trunk/src/scriptbuilder/gui/ScriptBuilderFrame.java


Ignore:
Timestamp:
02/03/2020 05:42:22 PM (6 years ago)
Author:
jdalbey
Message:

SimulationScript?.java modified to catch exception caused when external DTD not found during load xml and display helpful message to user. Fixes #240.

File:
1 edited

Legend:

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

    r193 r207  
    18401840            script = new SimulationScript(); 
    18411841            script.loadScriptFromFile(fc.getSelectedFile()); 
    1842             script.saveFile = fc.getSelectedFile(); 
    18431842        } 
    18441843         
Note: See TracChangeset for help on using the changeset viewer.