Start the implementation of inputs gathering and the comparator code (still buggy...
[Persons_Comparator.git] / src / SizeView.java
index e9e16f62812d2276591c26b67bdf53ad5ceb0b56..bdb2c7e8fa2bd6dbe5889fc6eda1ca54c1b14647 100644 (file)
@@ -27,4 +27,8 @@ public class SizeView extends JPanel {
     public void setSizeObj(Size sizeObj) {
         this.sizeObj = sizeObj;
     }
+
+    public JSpinner getSpinner() {
+        return spinner;
+    }
 }