Changeset 487 in tmcsimulator
- Timestamp:
- 10/15/2019 05:00:50 PM (7 years ago)
- Location:
- branches/SVNtutorial/PizzaOrderIntl
- Files:
-
- 2 deleted
- 3 edited
-
nbproject/project.properties (modified) (2 diffs)
-
src/pizzaorder/GUI.form (modified) (3 diffs)
-
src/pizzaorder/GUI.java (modified) (2 diffs)
-
uispec4j-2.4-javadoc.jar (deleted)
-
uispec4j-jdk17.jar (deleted)
Legend:
- Unmodified
- Added
- Removed
-
branches/SVNtutorial/PizzaOrderIntl/nbproject/project.properties
r486 r487 1 #Tue Oct 15 18: 16:37PDT 20191 #Tue Oct 15 18:27:22 PDT 2019 2 2 excludes= 3 3 javac.deprecation=false 4 4 build.test.results.dir=${build.dir}/test/results 5 run.classpath=${javac.classpath}\:${build.classes.dir} 5 javac.external.vm=false 6 run.classpath=\ 7 ${javac.classpath}:\ 8 ${build.classes.dir} 6 9 javadoc.nonavbar=false 7 run.test.classpath=${javac.test.classpath}\:${build.test.classes.dir} 10 run.test.classpath=\ 11 ${javac.test.classpath}:\ 12 ${build.test.classes.dir} 8 13 annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output 9 javac.processorpath=${javac.classpath} 14 javac.processorpath=\ 15 ${javac.classpath} 10 16 javac.target=1.7 11 17 annotation.processing.processors.list= … … 34 40 javac.source=1.7 35 41 application.vendor=jdalbey 36 junit.selected.version= 442 junit.selected.version=3 37 43 debug.classpath=${run.classpath} 38 44 run.jvmargs= 39 build.generated.dir=${build.dir}/generated40 jar.compress=false41 45 javac.test.classpath=\ 42 46 ${javac.classpath}:\ 43 ${build.classes.dir} :\44 ${libs.junit_4.classpath}:\ 45 ${libs.hamcrest.classpath} 47 ${build.classes.dir} 48 jar.compress=false 49 build.generated.dir=${build.dir}/generated 46 50 javadoc.private=false 47 51 annotation.processing.run.all.processors=true 48 52 application.title=PizzaOrderIntl 49 53 meta.inf.dir=${src.dir}/META-INF 54 annotation.processing.enabled=true 50 55 manifest.file=manifest.mf 51 annotation.processing.enabled=true52 56 dist.javadoc.dir=${dist.dir}/javadoc 53 57 src.dir=src 58 endorsed.classpath= 54 59 mkdist.disabled=false 55 endorsed.classpath=56 javac.classpath=${libs.junit.classpath}\:${libs.junit_4.classpath}57 60 annotation.processing.enabled.in.editor=false 61 javac.classpath= 58 62 build.generated.sources.dir=${build.dir}/generated-sources 59 63 javadoc.version=false -
branches/SVNtutorial/PizzaOrderIntl/src/pizzaorder/GUI.form
r481 r487 1 <?xml version="1. 1" encoding="UTF-8" ?>1 <?xml version="1.0" encoding="UTF-8" ?> 2 2 3 3 <Form version="1.3" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JFrameFormInfo"> … … 45 45 <SyntheticProperty name="menuBar" type="java.lang.String" value="menubar"/> 46 46 <SyntheticProperty name="formSizePolicy" type="int" value="1"/> 47 <SyntheticProperty name="generateCenter" type="boolean" value="false"/> 47 48 </SyntheticProperties> 48 49 <AuxValues> … … 153 154 <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="comboLocaleActionPerformed"/> 154 155 </Events> 156 <AuxValues> 157 <AuxValue name="JavaCodeGenerator_TypeParameters" type="java.lang.String" value="<String>"/> 158 </AuxValues> 155 159 </Component> 156 160 </SubComponents> -
branches/SVNtutorial/PizzaOrderIntl/src/pizzaorder/GUI.java
r481 r487 55 55 jPanel2 = new javax.swing.JPanel(); 56 56 lblLocale = new javax.swing.JLabel(); 57 comboLocale = new javax.swing.JComboBox ();57 comboLocale = new javax.swing.JComboBox<>(); 58 58 jPanel3 = new javax.swing.JPanel(); 59 59 lblToppings = new javax.swing.JLabel(); … … 357 357 // Variables declaration - do not modify//GEN-BEGIN:variables 358 358 private javax.swing.JButton btnSubmit; 359 private javax.swing.JComboBox comboLocale;359 private javax.swing.JComboBox<String> comboLocale; 360 360 private javax.swing.JCheckBox jCheckBox1; 361 361 private javax.swing.JCheckBox jCheckBox2;
Note: See TracChangeset
for help on using the changeset viewer.
