2 Replies - 593 Views - Last Post: 05 November 2013 - 02:28 PM Rate Topic: -----

#1 cwilso99   User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 3
  • Joined: 05-November 13

Looking for an idea

Posted 05 November 2013 - 01:36 PM

I have an assignment to do and I need an idea using the guidelines below. Thank you for your suggestions.

This program can be anything you want, though you should probably restrain yourself from being –too- ambitious because you only have two weeks to do it. However, as long as it has each of the required elements in it I’ll be happy even if it’s not “100% done” (I’ll grade on if each element was used, and how appropriately it was used, and how well it works).

Required Elements:
• A GUI Window using the JFrame class.
• At least one button with a listener.
• An array.
• A user-defined class with member variables and appropriate methods.
• At least one method that accepts a parameter, and at least one method that returns a value.

Plus at least TWO of the following:
• A popup window that informs the user of some information.
• A popup window that prompts the user to input information.
• A two-dimensional array.
• A sequential search on an array.
• A case structure.
• An array of objects.
• A GUI Window that uses interior panels to arrange things nicely.

Is This A Good Question/Topic? 0
  • +

Replies To: Looking for an idea

#2 DarenR   User is offline

  • D.I.C Lover

Reputation: 793
  • View blog
  • Posts: 5,089
  • Joined: 12-January 10

Re: Looking for an idea

Posted 05 November 2013 - 01:46 PM

why not just make a simple banking sim
Was This Post Helpful? 0
  • +
  • -

#3 DarenR   User is offline

  • D.I.C Lover

Reputation: 793
  • View blog
  • Posts: 5,089
  • Joined: 12-January 10

Re: Looking for an idea

Posted 05 November 2013 - 02:28 PM

here for arrays

http://docs.oracle.c...lts/arrays.html
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1