Finish the WeightView by using a JComboBox.
[Persons_Comparator.git] / src / Weight.java
2019-01-11  Jérôme BenoitFinish the WeightView by using a JComboBox.
2019-01-11  Jérôme BenoitFix .compareTo() calculation in Size and Weight classes.
2019-01-11  Jérôme BenoitAdd an ArrayList of persons to the Person class.
2019-01-08  Jérôme BenoitImplement some compareTo() methods.
2019-01-08  Jérôme BenoitMake Person class and attributes implements Comparable.
2019-01-08  Jérôme BenoitThrow an error for illegal arguments.
2019-01-08  Jérôme BenoitBasic classes structure that deal with Person attributes.