Start the implementation of inputs gathering and the comparator code (still buggy...
[Persons_Comparator.git] / src / OriginView.java
index c347bf93c1d24f33c0bda8967435d16fefc43335..cef40402ad8f302f6add239ddf8957ca647f77c4 100644 (file)
@@ -30,6 +30,10 @@ public class OriginView extends JPanel implements ItemListener {
         this.originObj = originObj;
     }
 
+    public JComboBox<String> getComboBox() {
+        return comboBox;
+    }
+
     @Override
     public void itemStateChanged(ItemEvent event) {
         if (event.getStateChange() == ItemEvent.SELECTED) {