Split the person panel into two sub panels : one for the current person, one for...
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 16 Jan 2019 15:39:05 +0000 (16:39 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 16 Jan 2019 15:39:05 +0000 (16:39 +0100)
commit255d335423820ebc4316dfd8468dcb97bfd17451
tree518c34ed409d742a2edc5bc03c63d564328506ff
parentb05df284031fa4c3077ab73952690172b21a394f
Split the person panel into two sub panels : one for the current person, one for the closest person found.

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
src/LeftPersonPanel.java [new file with mode: 0644]
src/MainWindowsView.java
src/PersonPanel.java
src/PersonView.java
src/RightPersonPanel.java [new file with mode: 0644]