Search:

Type: Posts; User: hws

Search: Search took 0.10 seconds.

  1. Thread: Assignment help

    by hws
    Replies
    1
    Views
    1,557

    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...
  2. Replies
    14
    Views
    2,055

    Re: Problems with my HW

    I used both scanner and JoptionPane to ask for the users input then I did that
    Reminder re = new Reminder();
    String str = ""
    if(re.getYear()==scan.nextInt()){
    for (int i = 0; i <...
  3. Replies
    14
    Views
    2,055

    Re: Problems with my HW

    Ok man when I did get the year, month, and day using the getter method in the reminder class and compared them to the user`s input it didn`t work for me could you help me by giving me a code to...
  4. Replies
    14
    Views
    2,055

    Re: Problems with my HW

    public class Reminder {
    String subject;
    int year;
    int month;

    int day;
    int time;
    String importance;
  5. Replies
    14
    Views
    2,055

    Re: Problems with my HW

    public String toString1() {
    String str = "";
    for (int i = 0; i < reminder.size(); i++) {
    str = str + reminder.get(i).toString();
    }
    return str;
    }
    this the code I used...
  6. Replies
    14
    Views
    2,055

    Re: Problems with my HW

    Norm I already did that, but what I need is to display them at a date given by the user, since each entry have year, month, and day, I used scanner and get methods to compare em and it still didn`t...
  7. Replies
    14
    Views
    2,055

    Re: Problems with my HW

    I`m just telling u that I used an arrayList so that I can add items so I can achieve steps 1, 5, and 9, my question is how can i create a method to display the results which are the items I have in...
  8. Replies
    14
    Views
    2,055

    Problems with my HW

    Hi everybody I`ve got a Hw in my object oriented course I`ve done all the tasks needed except two those are the ones I need help with,
    Write a GUI application called “MyOrganizer”. Your application...
Results 1 to 8 of 8