Reorganize the PersonView :
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 16 Jan 2019 12:13:42 +0000 (13:13 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 16 Jan 2019 12:13:42 +0000 (13:13 +0100)
commitd252f672e7ed73d9f4e588f855d20f042f2e2df8
tree43157cfe8da9828807867ff75ef848064a901478
parent5687dc10a68b52d28b63151d8c16a45775ef2e77
Reorganize the PersonView :

* Use BorderLayout for the PersonView;
* Add four panels to the PersonView : north, south, east, west;
* Add PersonPanel class for the center in the layout and use it in the PersonView.

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