Persons_Comparator.git
2019-01-11  Jérôme BenoitPut each view inside its own panel and add each panel...
2019-01-11  Jérôme BenoitChange the EyeView for a JComboList, store the color...
2019-01-11  Jérôme BenoitFix .compareTo() calculation in Size and Weight classes.
2019-01-11  Jérôme BenoitAdd an ArrayList of persons to the Person class.
2019-01-10  Jérôme BenoitMerge branch 'master' of git.piment-noir.org:Persons_Co...
2019-01-10  Jérôme BenoitA lib directory to the project with gson library.
2019-01-10  Sylvain Papaadd class Region and RegionView
2019-01-10  Jérôme BenoitAdd a menu to the main windows.
2019-01-09  Jérôme BenoitTune a bit the Idea configuration for the project.
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.
2019-01-08  Jérôme BenoitImplement eye color compareTo() method.
2019-01-08  Jérôme BenoitImplement some compareTo() methods.
2019-01-08  Jérôme BenoitMake Person class and attributes implements Comparable.
2019-01-08  Jérôme BenoitThrow an error for illegal arguments.
2019-01-08  Jérôme BenoitBasic classes structure that deal with Person attributes.
2019-01-07  Jérôme BenoitRefine .gitignore for Eclipse.
2019-01-07  Jérôme BenoitInitial git repository creation with Hello World in...