Fix the country name fetching from CSV.
[Persons_Comparator.git] / src / Main.java
2019-01-18  Jérôme BenoitFix the country name fetching from CSV.
2019-01-17  Sylvain PapaImplement and modify to display JTree with countries
2019-01-17  Sylvain PapaWork on Region, RegionView, countries.csv, Country
2019-01-17  Sylvain PapaMerge remote-tracking branch 'origin/master'
2019-01-16  Jérôme BenoitMake the main window a singleton to permit to query...
2019-01-16  Sylvain PapaMerge remote-tracking branch 'origin/master'
2019-01-16  Jérôme BenoitAdd a CSVUtils class for future usage.
2019-01-15  Jérôme BenoitImplement the person comparator :
2019-01-14  Sylvain PapaMerge branch 'master' of /home/sylvain/IdeaProjects...
2019-01-14  Jérôme BenoitStart the implementation of inputs gathering and the...
2019-01-14  Sylvain Papaadd person in Main and data
2019-01-11  Jérôme BenoitAdd some basic data for the Origin class and implement...
2019-01-11  Jérôme BenoitGo back to JList on the EyeView, JComboBox will be...
2019-01-11  Jérôme BenoitPut each view inside its own panel and add each panel...
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-09  Jérôme BenoitAdd a MainWindowsView class and use it in the main().
2019-01-07  Jérôme BenoitInitial git repository creation with Hello World in...