Skip to content

Commit

Permalink
Added Timer to Audience Display
Browse files Browse the repository at this point in the history
  • Loading branch information
afera15 committed Nov 4, 2016
1 parent fbf12f2 commit 28c66ee
Show file tree
Hide file tree
Showing 6 changed files with 671 additions and 137 deletions.
2 changes: 1 addition & 1 deletion nbproject/private/private.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ do.depend=false
do.jar=true
javac.debug=true
javadoc.preview=true
user.properties.file=C:\\Users\\Admin\\AppData\\Roaming\\NetBeans\\8.1\\build.properties
user.properties.file=C:\\Users\\afera\\AppData\\Roaming\\NetBeans\\8.1\\build.properties
49 changes: 36 additions & 13 deletions src/ftc/goal/counter/GoalCounterUI.form
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@
<AuxValue name="JavaCodeGenerator_InitCodePre" type="java.lang.String" value="ModeSelect.add(Auto);&#xa;ModeSelect.add(Teleop);"/>
</AuxValues>
</Component>
<Component class="javax.swing.JButton" name="jButton3">
<Properties>
<Property name="text" type="java.lang.String" value="START"/>
</Properties>
<Events>
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton3ActionPerformed"/>
</Events>
</Component>
</NonVisualComponents>
<Properties>
<Property name="defaultCloseOperation" type="int" value="3"/>
Expand Down Expand Up @@ -36,13 +44,25 @@
<Layout>
<DimensionLayout dim="0">
<Group type="103" groupAlignment="0" attributes="0">
<Group type="102" alignment="0" attributes="0">
<Group type="102" alignment="1" attributes="0">
<EmptySpace max="32767" attributes="0"/>
<Component id="jButton2" min="-2" max="-2" attributes="0"/>
<EmptySpace min="-2" pref="182" max="-2" attributes="0"/>
</Group>
<Group type="102" attributes="0">
<EmptySpace max="-2" attributes="0"/>
<Group type="103" groupAlignment="0" attributes="0">
<Component id="HeaderLabel" max="32767" attributes="0"/>
<Group type="102" attributes="0">
<Group type="103" groupAlignment="0" attributes="0">
<Group type="102" alignment="0" attributes="0">
<Component id="FTCLogoSmall" max="32767" attributes="0"/>
<Group type="102" attributes="0">
<Component id="RedAlliance" min="-2" max="-2" attributes="0"/>
<EmptySpace type="separate" max="-2" attributes="0"/>
<Component id="BlueAlliance" min="-2" max="-2" attributes="0"/>
<EmptySpace min="0" pref="0" max="32767" attributes="0"/>
</Group>
<Group type="102" alignment="1" attributes="0">
<Group type="103" groupAlignment="0" attributes="0">
<Group type="102" alignment="0" attributes="0">
<Component id="copyright" min="-2" max="-2" attributes="0"/>
Expand All @@ -67,13 +87,6 @@
<Component id="AboutButton" alignment="1" min="-2" max="-2" attributes="0"/>
</Group>
</Group>
<Component id="FTCLogoSmall" max="32767" attributes="0"/>
<Group type="102" attributes="0">
<Component id="RedAlliance" min="-2" max="-2" attributes="0"/>
<EmptySpace type="separate" max="-2" attributes="0"/>
<Component id="BlueAlliance" min="-2" max="-2" attributes="0"/>
<EmptySpace min="0" pref="0" max="32767" attributes="0"/>
</Group>
</Group>
<EmptySpace max="-2" attributes="0"/>
</Group>
Expand All @@ -93,9 +106,11 @@
<Component id="RedAlliance" min="-2" max="-2" attributes="0"/>
<Component id="BlueAlliance" min="-2" max="-2" attributes="0"/>
</Group>
<EmptySpace type="separate" max="-2" attributes="0"/>
<EmptySpace max="-2" attributes="0"/>
<Component id="jButton2" min="-2" max="-2" attributes="0"/>
<EmptySpace max="-2" attributes="0"/>
<Group type="103" groupAlignment="0" attributes="0">
<Group type="102" attributes="0">
<Group type="102" alignment="0" attributes="0">
<Group type="103" groupAlignment="0" attributes="0">
<Group type="102" alignment="0" attributes="0">
<Component id="SettingButton" min="-2" max="-2" attributes="0"/>
Expand All @@ -111,7 +126,7 @@
<EmptySpace max="-2" attributes="0"/>
<Component id="copyright" min="-2" max="-2" attributes="0"/>
</Group>
<Group type="102" attributes="0">
<Group type="102" alignment="0" attributes="0">
<Component id="ResetButton" min="-2" max="-2" attributes="0"/>
<EmptySpace max="-2" attributes="0"/>
<Component id="AboutButton" min="-2" max="-2" attributes="0"/>
Expand Down Expand Up @@ -419,7 +434,7 @@
<Group type="103" groupAlignment="0" attributes="0">
<Group type="102" attributes="0">
<EmptySpace min="-2" pref="20" max="-2" attributes="0"/>
<Component id="BlueCorTeleLabel" max="32767" attributes="0"/>
<Component id="BlueCorTeleLabel" pref="55" max="32767" attributes="0"/>
</Group>
<Group type="102" alignment="0" attributes="0">
<EmptySpace type="separate" max="-2" attributes="0"/>
Expand Down Expand Up @@ -682,5 +697,13 @@
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="TeleopActionPerformed"/>
</Events>
</Component>
<Component class="javax.swing.JButton" name="jButton2">
<Properties>
<Property name="text" type="java.lang.String" value="START"/>
</Properties>
<Events>
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton2ActionPerformed"/>
</Events>
</Component>
</SubComponents>
</Form>
Loading

0 comments on commit 28c66ee

Please sign in to comment.