Persons_Comparator.git
5 years agoStructure the code to respect MVC design pattern.
Jérôme Benoit [Wed, 9 Jan 2019 09:29:21 +0000 (10:29 +0100)] 
Structure the code to respect MVC design pattern.

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
5 years agoImplement eye color compareTo() method.
Jérôme Benoit [Tue, 8 Jan 2019 15:10:22 +0000 (16:10 +0100)] 
Implement eye color compareTo() method.

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
5 years agoImplement some compareTo() methods.
Jérôme Benoit [Tue, 8 Jan 2019 14:30:47 +0000 (15:30 +0100)] 
Implement some compareTo() methods.

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
5 years agoMake Person class and attributes implements Comparable.
Jérôme Benoit [Tue, 8 Jan 2019 14:14:55 +0000 (15:14 +0100)] 
Make Person class and attributes implements Comparable.

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
5 years agoThrow an error for illegal arguments.
Jérôme Benoit [Tue, 8 Jan 2019 13:42:35 +0000 (14:42 +0100)] 
Throw an error for illegal arguments.

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
5 years agoBasic classes structure that deal with Person attributes.
Jérôme Benoit [Tue, 8 Jan 2019 12:21:01 +0000 (13:21 +0100)] 
Basic classes structure that deal with Person attributes.

5 years agoRefine .gitignore for Eclipse.
Jérôme Benoit [Mon, 7 Jan 2019 15:08:21 +0000 (16:08 +0100)] 
Refine .gitignore for Eclipse.

5 years agoInitial git repository creation with Hello World in Swing.
Jérôme Benoit [Mon, 7 Jan 2019 14:20:13 +0000 (15:20 +0100)] 
Initial git repository creation with Hello World in Swing.