Changeset 654 in tmcsimulator for trunk/IDE_metadata/NetBeans/TMCSim/nbproject


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.

Location:
trunk/IDE_metadata/NetBeans/TMCSim/nbproject
Files:
2 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    <!-- 
  • trunk/IDE_metadata/NetBeans/TMCSim/nbproject/project.properties

    r653 r654  
    5555platform.active=default_platform 
    5656javac.compilerargs= 
    57 main.class=tmcsim.RunSim 
     57main.class=tmcsim.cadsimulator.CADServer 
    5858dist.jar=${dist.dir}/TMCSim.jar 
    5959javac.test.processorpath=${javac.test.classpath} 
Note: See TracChangeset for help on using the changeset viewer.