Remove unused library.
[Persons_Comparator.git] / src / PersonView.java
2019-01-18  Jérôme BenoitSwitch person class usage of Origin class to Country...
2019-01-17  Sylvain PapaImplement and modify to display JTree with countries
2019-01-17  Sylvain PapaMerge remote-tracking branch 'origin/master'
2019-01-17  Jérôme BenoitOnly draw eyes on selection and the full closest person...
2019-01-16  Jérôme BenoitSplit the person panel into two sub panels : one for...
2019-01-16  Sylvain PapaMerge remote-tracking branch 'origin/master'
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.