Start the implementation of inputs gathering and the comparator code (still buggy...
[Persons_Comparator.git] / src / WeightView.java
index fd6d68cb40d0e974ca32b226fb3d80cb6611a9a7..2c41f5ec889c2a73430fb3e1f90a391923a390b5 100644 (file)
@@ -25,4 +25,8 @@ public class WeightView extends JPanel {
     public void setWeightObj(Weight weightObj) {
         this.weightObj = weightObj;
     }
+
+    public JComboBox<Integer> getComboBox() {
+        return comboBox;
+    }
 }