Finish the WeightView by using a JComboBox.
[Persons_Comparator.git] / src / SizeView.java
2019-01-11  Jérôme BenoitFinish the WeightView by using a JComboBox.
2019-01-11  Jérôme BenoitFinish the SizeView by using a JSpinner.
2019-01-11  Jérôme BenoitPut each view inside its own panel and add each panel...
2019-01-11  Jérôme BenoitAdd an ArrayList of persons to the Person class.
2019-01-09  Jérôme BenoitAdd a label to all views.
2019-01-09  Jérôme BenoitProperly add all view JComponents to the JPanel in...
2019-01-09  Jérôme BenoitStructure the code to respect MVC design pattern.