Reorganize the PersonView :
[Persons_Comparator.git] / src / PersonView.java
2019-01-16  Jérôme BenoitReorganize the PersonView :
2019-01-15  Jérôme BenoitImplement the person comparator :
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-12  Jérôme BenoitBut all person displaying related information into...
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 BenoitAdd a MainWindowsView class and use it in the main().
2019-01-09  Jérôme Benoit* Add Levenshtein distance to Firstname class Comparable.
2019-01-09  Jérôme BenoitStructure the code to respect MVC design pattern.