Im using SQLite and Java GUI(Swing). My table in SQLite has columns, but for this question only 3 are important. Columns: "Arrival date", "Departure date","Apartment".
I need to implement Grantt char that has 4 items on "y" axis (items: names of apartments), and on "x" axis I want to have dates (every date in a year, lets say).
e.i. Apartment "A1" is booked for date 12/03/2015 till 15/03/2015. I want that to be shown on Grantt char.
P.S. If its possible, I would like Grantt chars to look like ones that MS Project has, but for every apartment on x axis is a different color, so lets say 2 apartments are booked in the same period of time, then if Grantt char elements have different colors, I will be able to see the difference.