integrate scales reports in gui interface
commitfea21d3814bda65127e4671314a7b92638533242
authorBrian Paterni <bpaterni@gmail.com>
Tue, 6 Dec 2011 23:23:24 +0000 (6 17:23 -0600)
committerBrian Paterni <bpaterni@gmail.com>
Thu, 8 Dec 2011 01:33:27 +0000 (7 19:33 -0600)
treee8eef3e0a73afbbf7473887066c6b183ee3facf6
parentd0525056a677ce8fec3a60f6e2453859c0b4564c
integrate scales reports in gui interface

this commit adds two buttons to the top of the Main tab. One to generate scales
reports which are now working. Another will generate sightreading reports which
may or may not be implemented by the final due date.

PtMainPanel is quite messy now, it could use some cleaning if anybody feels up
to it.
db002/src/ScalesEntry.java
gui-playground/src/panther/db/MySQLManager.java
gui-playground/src/panther/db/ScalesEntry.java [new file with mode: 0644]
gui-playground/src/panther/db/ScalesList.java [new file with mode: 0644]
gui-playground/src/panther/ui/PtMainPanel.java
gui-playground/src/panther/ui/StudentSelectionListener.java
gui-playground/src/panther/ui/StudentTableModel.java
gui-playground/src/panther/ui/listeners/ScalesButtonActionListener.java [new file with mode: 0644]
gui-playground/src/panther/ui/reports/ReportScales.java [new file with mode: 0644]