But all person displaying related information into the View and add a panel for the...
[Persons_Comparator.git] / src / PersonView.java
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.