Properly add all view JComponents to the JPanel in the main JFrame.
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 9 Jan 2019 14:38:41 +0000 (15:38 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 9 Jan 2019 14:38:41 +0000 (15:38 +0100)
commit089fcbfccd75b77daf843b22e128beeee1d1dc07
treeb402e27239d9940dacbd067a1d8afc7d494839d6
parent609718730ad9bc6d18491cf164360b4a44db5f52
Properly add all view JComponents to the JPanel in the main JFrame.

And implement one view properly.

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
src/Eye.java
src/EyeView.java
src/FirstnameView.java
src/LevenshteinDistance.java
src/MainWindowsView.java
src/OriginView.java
src/PersonView.java
src/SizeView.java
src/WeightView.java