Refine the weight max and its drawing.
[Persons_Comparator.git] / src / Weight.java
2019-01-18  Jérôme BenoitRefine the weight max and its drawing.
2019-01-16  Sylvain PapaMerge remote-tracking branch 'origin/master'
2019-01-15  Jérôme BenoitImplement the person comparator :
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.