Hello,

Any help on the following problem would be greatly appreciated.
The assignment is done with .java in eclipse. I have a class and a form with a Jlist, 2 text fields to enter the check amount and the ending Balance and a calulate button. I have some aspects working, but am having some trouble, such as how to get the fee amount to show (repaint?) into the jList.

A bank charges $10 per month plus the following check fees for a commercial checking account:
.10 for each check if less than 20 checks were written
.08 of 20 - 39 checks were written
.06 for each check if 40-59 were written
.04 for each check if 60 or more were written

The bank also charges an extra $15 if the account balance falls below $400 (before any check fees are applied). Design a class that stores the ending balance of an account and the number of checks written. It should have a method that returns the banks service fees for the month.