Search:

Type: Posts; User: Norm

Search: Search took 0.19 seconds.

  1. Replies
    14
    Views
    2,036

    Re: Problems with my HW

    You need to show these things:
    1) Where is the data from the user? What variables is the data it read into?
    2) Where do you get the next Reminder object from the ArrayList?
    3) Where do you...
  2. Replies
    14
    Views
    2,036

    Re: Problems with my HW

    Post the code that didn't work and explain what problems you had with it.
  3. Replies
    14
    Views
    2,036

    Re: Problems with my HW

    If the class needs more methods to solve your problem, then you should add them.
    What data do you have that you want to use to select an object from the arraylist?
    year, month and day?
    The...
  4. Replies
    14
    Views
    2,036

    Re: Problems with my HW

    What does your posted code have to do with going through the elements in an array and choosing some of them based on a user's input?
    reminder must be a class object, not an array, because you are...
  5. Replies
    14
    Views
    2,036

    Re: Problems with my HW

    Can you show the code that you are having the problems with?
    If you use the Calendar class and its subclass there are methods for working with dates.
  6. Replies
    14
    Views
    2,036

    Re: Problems with my HW

    Sounds like you need a loop to go through the array and select the items and data to be displayed.
Results 1 to 6 of 6