I am required to search for a client, using their surname, first name
or age and display a list of all their matching records in the text
area if the results are found.
Then i am required to save the data and load it from a file using an
application and not an applet. If this information is validated then
the user should be able to select the client and account from a
choice list. This means that each time a client object is created an
entry is added to the list of clients showing the client ID, surname
and first name. When a client number is entered in the text field (or
selected from the list) all accounts that are owned by the client
will be displayed in a choice list. Each choice list entry for an
account must show the account number and the account type.