- Timestamp:
- 11/07/2017 09:02:58 AM (8 years ago)
- Location:
- trunk/src
- Files:
-
- 3 edited
-
atmsdriver/TrafficEventsAnimator.form (modified) (1 diff)
-
atmsdriver/TrafficEventsAnimator.java (modified) (1 diff)
-
tmcsim/application.properties (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/atmsdriver/TrafficEventsAnimator.form
r226 r232 48 48 <Property name="columns" type="int" value="20"/> 49 49 <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> 50 <Font name=" FreeMono" size="15" style="0"/>50 <Font name="Courier New" size="15" style="0"/> 51 51 </Property> 52 52 <Property name="rows" type="int" value="5"/> -
trunk/src/atmsdriver/TrafficEventsAnimator.java
r227 r232 129 129 130 130 txtDisplay.setColumns(20); 131 txtDisplay.setFont(new java.awt.Font(" FreeMono", 0, 15)); // NOI18N131 txtDisplay.setFont(new java.awt.Font("Courier New", 0, 15)); // NOI18N 132 132 txtDisplay.setRows(5); 133 133 jScrollPane1.setViewportView(txtDisplay); -
trunk/src/tmcsim/application.properties
r231 r232 1 #Tue, 07 Nov 2017 09:58:39-08001 #Tue, 07 Nov 2017 10:10:47 -0800 2 2 3 Application.revision=23 03 Application.revision=231 4 4 5 Application.buildnumber=8 65 Application.buildnumber=88
Note: See TracChangeset
for help on using the changeset viewer.
