Changeset 487 in tmcsimulator for branches/SVNtutorial/PizzaOrderIntl/src/pizzaorder/GUI.java
- Timestamp:
- 10/15/2019 05:00:50 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.
