I am making a JApplet calendar. I've never learned any gui java stuff, so I'm trying to figure this out.
I have no problem getting the calendar part done, its the additional functionality I want to add to the calendar and I'm not sure of the best way to do it. Basically on the calendar you would use the mouse to click on a day and the square for that day would turn green because that day is now "scheduled." You could then cancel a day by clicking on that day again and then the square for that day would turn red. This information would be saved in a database and loaded automatically when the calendar is loaded each time. I haven't used databases with Java, but I have in other places, so I'm sure I can figure it out. So what would be the best way to do this? Any assistance appreciated.
I have no problem getting the calendar part done, its the additional functionality I want to add to the calendar and I'm not sure of the best way to do it. Basically on the calendar you would use the mouse to click on a day and the square for that day would turn green because that day is now "scheduled." You could then cancel a day by clicking on that day again and then the square for that day would turn red. This information would be saved in a database and loaded automatically when the calendar is loaded each time. I haven't used databases with Java, but I have in other places, so I'm sure I can figure it out. So what would be the best way to do this? Any assistance appreciated.
