Ignore:
Timestamp:
09/09/2022 04:11:08 PM (4 years ago)
Author:
jdalbey
Message:

TrafficModelManager?.java changed timer from Swing timer to java.util.timer to avoid any potential thread locking issues.
CADServer.java moved call to traffic mgr run() until after setVisible ... fix obscure bug on laptop NetBeans.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IDE_metadata/NetBeans/TMCSim/nbproject/build-impl.xml

    r650 r654  
    10341034    </target> 
    10351035    <target depends="init,compile,-pre-jar,-do-jar-without-libraries,-do-jar-with-libraries,-post-jar" name="-do-jar"/> 
     1036    <!--When you do "Clean and Build" I think it does this jar target, and sets as the main file in the manifest 
     1037        whichever project configuration is current. --> 
    10361038    <target depends="init,compile,-pre-jar,-do-jar,-post-jar" description="Build JAR." name="jar"/> 
    10371039    <!-- 
Note: See TracChangeset for help on using the changeset viewer.