Results 1 to 3 of 3
Thread: Creating Program Stubs
- 01-17-2009, 07:40 AM #1
Member
- Join Date
- Apr 2008
- Posts
- 88
- Rep Power
- 0
Creating Program Stubs
Hey guys,
I'm creating a program for class where we need to imitate a bank loan. The first part to turn in is the first 5 classes with "stubs," meaning just what JOptionPane would return but no actual calculations are done.
The following classes should be implemented: LoanAccount (responsible for the loan data and will use the LOAN PAYMENT FORMULA), LoanController (the controller - responsible for managing transactions on the Collection of LoanAccounts), Program1App (Application Class - The Systems manager[should do no work or logic]), LoanUI (provides the view to the user, sends messages to the controller) and LoadStoreAccts (responsible for getting and putting account objects from/to disk).
I'm totally lost, I can post what I got for the first class so far but i don't wanna clutter the first post unless Im asked. I kindly ask for any help (though posts about how people aren't here to do work for me are inevitable it seems)
But please, any help is appreciated, I'll even tip via paypal if someone can greatly contribute!
-
I wouldn't be thinking in terms of JOptionPane here, and I wouldn't even use a computer to do this. What I'd do would be to sit with paper and pencil and try to think of what methods each class would need, what parameters each method would need, and then write them down. It's more of a brain-storming session.
- 01-18-2009, 06:27 AM #3
Member
- Join Date
- Apr 2008
- Posts
- 88
- Rep Power
- 0
Similar Threads
-
Creating installer for java program
By priyanka.dandekar in forum Advanced JavaReplies: 9Last Post: 10-05-2008, 10:04 PM -
Creating a caret in SWT
By Java Tip in forum SWTReplies: 0Last Post: 07-02-2008, 07:52 PM -
Executing a program within a program
By gibsonrocker800 in forum New To JavaReplies: 5Last Post: 05-12-2008, 08:24 AM -
How to execute an External Program through Java program
By Java Tip in forum java.ioReplies: 0Last Post: 04-04-2008, 02:40 PM -
How to execute an External Program through Java program
By JavaBean in forum Java TipReplies: 0Last Post: 10-04-2007, 09:33 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks