Start the implementation of inputs gathering and the comparator code (still buggy...
[Persons_Comparator.git] / src / OriginView.java
2019-01-14  Jérôme BenoitStart the implementation of inputs gathering and the...
2019-01-12  Jérôme BenoitAdd listener to specific events like country selection.
2019-01-11  Jérôme BenoitAdd some basic data for the Origin class and implement...
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.