Start the implementation of inputs gathering and the comparator code (still buggy...
[Persons_Comparator.git] / src / FirstnameView.java
index 1fb6feeaa2577961b1025cee6c65b31beba8c85a..cd253e502651f9b11035ba65ab7ed0b21eb83bdd 100644 (file)
@@ -22,4 +22,8 @@ public class FirstnameView extends JPanel {
     public void setFirstnameObj(Firstname firstnameObj) {
         this.firstnameObj = firstnameObj;
     }
+
+    public JTextField getTextField() {
+        return textField;
+    }
 }