Friday, February 17, 2012

Rates Application File

I know I have not finished the CIV files yet but I am moving on to creating a new project, a Rates Application program. This will be a simple software that would consist of three panes. The first pane would only consist of two buttons, a BUY button and a SELL button. Clicking on these panes would redirect you to a their respective pages. Both panes will be quite similar in and at the moment this application would only support one buy or sell function.

Each pane will consist of a drop down list that contains all the available currencies that will be used. Then the user would be able to type how much of the currency that they are going to sell/buy. It will be able to calculate the total amount required and then print the receipt.

Key Requirements
1) Able to print Receipt
2) Buy Pane would consist of an extra input field to show how much money has been taken and how much would be needed to be returned
3) Able to store the rates so that each time a new customer comes, there is no reason to input the rates over again.


In the end it will look something like ( only better):



The first panel will consist of just two buttons that will either redirect it to either this buy panel or redirect it to the sell panel. In order to do this, I will have to use the cardlayout method for java.

Thats all for now.. I'll update more when I feel like it


No comments:

Post a Comment