Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Assignment help

  1. #1
    Junior Member
    Join Date
    Dec 2011
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Assignment help

    Write a GUI application called “MyOrganizer”. Your application should have the following options:
    1. Add a new contact
    2. Read contacts from a “Contacts” file
    3. Save contacts to a “Contacts” file
    4. Display all contacts
    5. Add a new reminder
    6. Display reminders of today (or a given day)
    7. Read reminders from a “Reminders” file
    8. Save reminders to a “Reminders” file
    9. Add a new appointment
    10. Display appointments of the coming week ( or a given week )
    11. Read appointments from an “Appointments” file
    12. Save appointments to an “Appointments” file
    Your GUI application should have
    1. A main form
    2. a form for contacts
    3. a form for reminders
    4. a form for appointments
    Your GUI application should have the following classes:
    1. a contact
    2. a reminder
    3. an appointment (with a contact)
    4. a database of contacts, reminders, and appointments
    Can anyone help me achieve the 6th step and 10th step which is dislpaying reminders and appointments of a given day or given week, thank you.


  2. #2
    Forum Squatter newbie's Avatar
    Join Date
    Nov 2010
    Location
    North Wales
    Posts
    661
    My Mood
    Stressed
    Thanks
    28
    Thanked 115 Times in 106 Posts
    Blog Entries
    1

    Default Re: Assignment help

    Sure!! I'll get right on it.

    * * *
    Meanwhile in the real world... this is not a homework service and no one here is going to spoon-feed you the code.
    If you're serious about this completing your assignment, you will start tackling the problem yourself, and then come back with precise and justified questions regarding your problems and where you're stuck.
    Once you do this, or if you can think of proper questions come back and we will be happy to try and help you.
    Thank you.


    Oh and seriously - multiple posts within the forum is NOT allowed, so a mod should delete this thread soon.
    Stick to your original post here:
    http://www.javaprogrammingforums.com...s-my-hw-2.html

    Multiple posts are a serious pain, as It wastes everybody's time and it isn't very constructive.
    Last edited by newbie; December 30th, 2011 at 12:17 PM.
    Please use [highlight=Java]//code goes here...[/highlight] tags when posting your code

  3. The Following User Says Thank You to newbie For This Useful Post:

    Norm (December 30th, 2011)

Similar Threads

  1. Help with Assignment
    By Nessera in forum What's Wrong With My Code?
    Replies: 3
    Last Post: October 18th, 2011, 05:28 PM
  2. assignment troubles polymorphism (guide for assignment included)
    By tdawg422 in forum What's Wrong With My Code?
    Replies: 1
    Last Post: October 8th, 2011, 10:01 AM
  3. Help with assignment
    By NPVinny in forum What's Wrong With My Code?
    Replies: 12
    Last Post: July 3rd, 2010, 05:31 PM
  4. please help me in my assignment :(
    By asdfg in forum What's Wrong With My Code?
    Replies: 5
    Last Post: May 18th, 2010, 07:59 AM
  5. Replies: 1
    Last Post: February 22nd, 2010, 08:20 AM