954,536 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Help with a bank management system

Dear all I need your guidlines with this project because I dodnt done nothin yet an i am terrified to admit that I am going to deliver this on Wednesday and in the midtime I have a final in another course.

What I didn till now is the UML for my classes which I dont thik is complete.

I will describe the problem description. I need to develop a small bank application which wil have basically focus on GUI components (Swing). If I develop an applet scenario that could be even better.
Now I am stack on how I am going to implement this.
The professor wants authentication uppon start up, creation of new users accounts,, after succesful login users should be able to edit their usernames.
The windows should have 4 tabs, Customer Details, Transactions, Funds and sub accounts.

I created the UML class diagram as login , abstract accounts class and inherit Savings etc.
How I am going to implement the rest?
Is there any easy to unndestant tutorial o swing?

Thanks

mbouster
Light Poster
46 posts since Oct 2010
Reputation Points: 10
Solved Threads: 0
 

If you must authenticate the user, will there be a database ?

javaAddict
Nearly a Senior Poster
Team Colleague
3,329 posts since Dec 2007
Reputation Points: 1,014
Solved Threads: 448
 
If you must authenticate the user, will there be a database ?


I cannot use a variable private lets say and authenticate the administrator.

After that I cannot use arralists to store inside the customers and their transactions?

mbouster
Light Poster
46 posts since Oct 2010
Reputation Points: 10
Solved Threads: 0
 

I cannot use a variable private lets say and authenticate the administrator.

After that I cannot use arralists to store inside the customers and their transactions?

Did you understood my question? Are you sure you mean, "I cannot" ?

Anyway, you start by creating classes to represent your objects and then other classes with methods that handle the functionality.
Then you can create a GUI that call those methods.

javaAddict
Nearly a Senior Poster
Team Colleague
3,329 posts since Dec 2007
Reputation Points: 1,014
Solved Threads: 448
 

Did you understood my question? Are you sure you mean, "I cannot" ?

Anyway, you start by creating classes to represent your objects and then other classes with methods that handle the functionality. Then you can create a GUI that call those methods.

Got it now.
I must create for everything I want to utilize a class and then the GUIs i must implement them after I create the classes.

Got it.
Thanks

mbouster
Light Poster
46 posts since Oct 2010
Reputation Points: 10
Solved Threads: 0
 

Dear all I need your guidlines with this project because I dodnt done nothin yet an i am terrified to admit that I am going to deliver this on Wednesday and in the midtime I have a final in another course.

What I didn till now is the UML for my classes which I dont thik is complete.

I will describe the problem description. I need to develop a small bank application which wil have basically focus on GUI components (Swing). If I develop an applet scenario that could be even better. Now I am stack on how I am going to implement this. The professor wants authentication uppon start up, creation of new users accounts,, after succesful login users should be able to edit their usernames. The windows should have 4 tabs, Customer Details, Transactions, Funds and sub accounts.

I created the UML class diagram as login , abstract accounts class and inherit Savings etc. How I am going to implement the rest? Is there any easy to unndestant tutorial o swing?

Thanks

add me on my fb account for more info

artche20
Newbie Poster
2 posts since Jan 2011
Reputation Points: 10
Solved Threads: 0
 

Dear all I need your guidlines with this project because I dodnt done nothin yet an i am terrified to admit that I am going to deliver this on Wednesday and in the midtime I have a final in another course.

What I didn till now is the UML for my classes which I dont thik is complete.

I will describe the problem description. I need to develop a small bank application which wil have basically focus on GUI components (Swing). If I develop an applet scenario that could be even better. Now I am stack on how I am going to implement this. The professor wants authentication uppon start up, creation of new users accounts,, after succesful login users should be able to edit their usernames. The windows should have 4 tabs, Customer Details, Transactions, Funds and sub accounts.

I created the UML class diagram as login , abstract accounts class and inherit Savings etc. How I am going to implement the rest? Is there any easy to unndestant tutorial o swing?

Thanks

mrcoll_19@y.c

artche20
Newbie Poster
2 posts since Jan 2011
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: