tie UI Student table to database student table
commitad19e8d0438bfc8bb91c241bd9ee518b5e6e95be
authorBrian Paterni <bpaterni@gmail.com>
Sat, 3 Dec 2011 20:45:49 +0000 (3 14:45 -0600)
committerBrian Paterni <bpaterni@gmail.com>
Sat, 3 Dec 2011 20:45:49 +0000 (3 14:45 -0600)
tree45960caba6ceb31befbfca87b21b742435e89de1
parentb90c10ad078f45838c31de72d6fac3bd119d98da
tie UI Student table to database student table

also implement 'master-detail' UI pattern to populate session list with
sessions corresponding to the student the user selects from student
list... Right now just Repetoire sessions are lists, the other two
report types 'should' be trivial to add later.
gui-playground/src/panther/db/Student.java
gui-playground/src/panther/ui/PtMainPanel.java
gui-playground/src/panther/ui/SessionTableModel.java
gui-playground/src/panther/ui/StudentSelectionListener.java [new file with mode: 0644]
gui-playground/src/panther/ui/StudentTable.java