Ignore:
Timestamp:
10/15/2019 05:00:50 PM (7 years ago)
Author:
jdalbey
Message:

PizzaOrderIntl? change project properties to not use JUnit, solving the inconsistent libraries problem. Fix the unchecked exception compile error.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SVNtutorial/PizzaOrderIntl/src/pizzaorder/GUI.java

    r481 r487  
    5555        jPanel2 = new javax.swing.JPanel(); 
    5656        lblLocale = new javax.swing.JLabel(); 
    57         comboLocale = new javax.swing.JComboBox(); 
     57        comboLocale = new javax.swing.JComboBox<>(); 
    5858        jPanel3 = new javax.swing.JPanel(); 
    5959        lblToppings = new javax.swing.JLabel(); 
     
    357357    // Variables declaration - do not modify//GEN-BEGIN:variables 
    358358    private javax.swing.JButton btnSubmit; 
    359     private javax.swing.JComboBox comboLocale; 
     359    private javax.swing.JComboBox<String> comboLocale; 
    360360    private javax.swing.JCheckBox jCheckBox1; 
    361361    private javax.swing.JCheckBox jCheckBox2; 
Note: See TracChangeset for help on using the changeset viewer.