Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+12 votes

What framework are groups using for the calendar project? I've researched CalendarFX and JFXtras that includes an 'Agenda' google calendar API, but I'm having trouble making either work in eclipse.

asked in CSC305 Fall 2019 by (1 point)
+1

Dr. Tauheed said that there's no need to create an API. Maybe just make it simple as long as it works.

5 Answers

+5 votes

CalendarFX is a fine library if you know how to implement it and limit it functionalities

answered by (1 point)
+4 votes

I don't think we're supposed to use either of those. Dr Tauheed showed my class CalendarFX and it has too many extra features. Personally I think it's simpler to create one of our own, because you don't have to learn someone else's program just to use one part of it.

answered by (1 point)
+4 votes

CalendarFX is really useful and you should implement it. There are some nice step by step tutorials online.

answered by (1 point)
+2 votes

Gridpane could also be used to implement a weekly calendar as well.

answered by (1 point)
0 votes

If you can handle all the component of CalendarFX, it will be great to use

answered by (1 point)
...