Jump to content

Java BlueJ

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
BlueJ

BlueJ

    Newbie

  • Members
  • Pip
  • 1 posts
Hi, I am currently doing a project by myself just to get to grips with BlueJ, I have been working on it for a while but because of work etc have never quite finished it.

The aim is so that a Secretary can make appointments and put them in Tutors/Lecturers diary's(I choose this as I remember doing it at Uni - but we never had to complete it :cool:).

However I have got my program working correctly in every way bar the fact that when an appointment is made for one staff member it goes into the same diary as another staff member.

I.e if I made an appointment with Staff 1 at 9.00am and one with staff 2 at 3.00pm they would both show up when I call their separate diaries.

When only that certain staff members appointments should be shown in their diary.

Any ideas?

#2
wim DC

wim DC

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,084 posts
Could you show us some info about your current code?
At least a list with the classes and attributes they have would be helpfull.