Changeset 207 in tmcsimulator for trunk/src/tmcsim
- Timestamp:
- 11/01/2017 03:25:40 PM (9 years ago)
- Location:
- trunk/src/tmcsim/cadsimulator/managers
- Files:
-
- 2 edited
-
TrafficModelViewer.form (modified) (1 diff)
-
TrafficModelViewer.java (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/tmcsim/cadsimulator/managers/TrafficModelViewer.form
r206 r207 5 5 <Property name="defaultCloseOperation" type="int" value="3"/> 6 6 <Property name="title" type="java.lang.String" value="Traffic Modeler"/> 7 <Property name="location" type="java.awt.Point" editor="org.netbeans.beaninfo.editors.PointEditor"> 8 <Point value="[100, 100]"/> 9 </Property> 7 10 </Properties> 8 11 <SyntheticProperties> -
trunk/src/tmcsim/cadsimulator/managers/TrafficModelViewer.java
r206 r207 124 124 setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE); 125 125 setTitle("Traffic Modeler"); 126 setLocation(new java.awt.Point(100, 100)); 126 127 127 128 lstEvents.setFont(new java.awt.Font("Noto Mono", 0, 12)); // NOI18N … … 262 263 private void btnReloadActionPerformed(java.awt.event.ActionEvent evt)//GEN-FIRST:event_btnReloadActionPerformed 263 264 {//GEN-HEADEREND:event_btnReloadActionPerformed 264 String message = "Reload will delete all events in the queue and reload the events file."; 265 String message = "Reload will delete all events in the queue and reload the events file.\n" 266 +"This will not effect the simulation manager, and will run all events up to\n" 267 +"current simulation time."; 265 268 String title = "Please Confirm"; 266 269 // display the JOptionPane showConfirmDialog
Note: See TracChangeset
for help on using the changeset viewer.
