Index: /trunk/src/tmcsim/cadsimulator/managers/TrafficModelViewer.java
===================================================================
--- /trunk/src/tmcsim/cadsimulator/managers/TrafficModelViewer.java	(revision 206)
+++ /trunk/src/tmcsim/cadsimulator/managers/TrafficModelViewer.java	(revision 207)
@@ -124,4 +124,5 @@
         setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);
         setTitle("Traffic Modeler");
+        setLocation(new java.awt.Point(100, 100));
 
         lstEvents.setFont(new java.awt.Font("Noto Mono", 0, 12)); // NOI18N
@@ -262,5 +263,7 @@
     private void btnReloadActionPerformed(java.awt.event.ActionEvent evt)//GEN-FIRST:event_btnReloadActionPerformed
     {//GEN-HEADEREND:event_btnReloadActionPerformed
-        String message = "Reload will delete all events in the queue and reload the events file.";
+        String message = "Reload will delete all events in the queue and reload the events file.\n"
+                +"This will not effect the simulation manager, and will run all events up to\n"
+                +"current simulation time.";
         String title = "Please Confirm";
         // display the JOptionPane showConfirmDialog
Index: /trunk/src/tmcsim/cadsimulator/managers/TrafficModelViewer.form
===================================================================
--- /trunk/src/tmcsim/cadsimulator/managers/TrafficModelViewer.form	(revision 206)
+++ /trunk/src/tmcsim/cadsimulator/managers/TrafficModelViewer.form	(revision 207)
@@ -5,4 +5,7 @@
     <Property name="defaultCloseOperation" type="int" value="3"/>
     <Property name="title" type="java.lang.String" value="Traffic Modeler"/>
+    <Property name="location" type="java.awt.Point" editor="org.netbeans.beaninfo.editors.PointEditor">
+      <Point value="[100, 100]"/>
+    </Property>
   </Properties>
   <SyntheticProperties>
