Commit 4aceb257 authored by robert.sharp's avatar robert.sharp

Update temp.form

parent b5bd852d
...@@ -199,12 +199,13 @@ ...@@ -199,12 +199,13 @@
<Component class="javax.swing.JComboBox" name="quantBox"> <Component class="javax.swing.JComboBox" name="quantBox">
<Properties> <Properties>
<Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor"> <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor">
<StringArray count="5"> <StringArray count="6">
<StringItem index="0" value="1"/> <StringItem index="0" value="Select a value"/>
<StringItem index="1" value="2"/> <StringItem index="1" value="1"/>
<StringItem index="2" value="3"/> <StringItem index="2" value="2"/>
<StringItem index="3" value="4"/> <StringItem index="3" value="3"/>
<StringItem index="4" value="5"/> <StringItem index="4" value="4"/>
<StringItem index="5" value="5"/>
</StringArray> </StringArray>
</Property> </Property>
</Properties> </Properties>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment