last version with phone regex
[RRRRHHHH_Code] / ruralHouses / src / gui / RequestNewHouseGUI.java
index 76f182e..7b7ed0a 100644 (file)
@@ -50,14 +50,14 @@ public class RequestNewHouseGUI extends JFrame {
        private JTextField baths_f;
        private JButton btnRegister;
        private AdminManager am;
-       private JComboBox comboBox;
+       private JComboBox<String> comboBox;
 
 
        /**
         * Create the frame.
         */
        public RequestNewHouseGUI(Owner o) {
-               JComboBox<String> comboBox = new JComboBox<String>(new DefaultComboBoxModel<String>(
+               comboBox = new JComboBox<String>(new DefaultComboBoxModel<String>(
                                Districs.longNames()));
                am  = new AdminManager();
                this.setTitle("New House");