Hi. My projecct requires me to create a table with varying widths for each cell(drawing of a gaant chart). Is it even possible? If yes, how can i go about doing it?
Use Java2D to do graphics. You have to create your chart model and than draw the bars in a panel with Graphics2D. There is quite good tutorial at the Java Tutorial site. You could also look at SwingX, they have extensions for Swing also charts.