1

I need in my program something like a Gantt chart, with multiple tasks per line.

One requirement is that the tasks can be rearranged, by drag and drop and ideally it also supports animation.

Can someone recommend from experience a free Java library which would make my life easier? It doesn't need to be specifically designed for creating Gantt charts, but it should be easily used to implement them.

I've looked into JFreeChart but it doesn't rise up to the task.

4

1 回答 1

2

我一直在研究完全相同的事情,不幸的是我从来没有发现比 JFreeChart 更好的东西...... :( 这是一个很大的缺点,你不能拖动和重新排列任务。

还有很多其他选择,但它们都有高额的许可费用。

如果您正在开发基于 eclipse 平台的程序,Nebula GANTT Chart Widget可能会很有用。但是我们是在netbeans平台上开发的,我认为移植它会很麻烦..

我研究过的其他一些选择;

SwiftGantt,它似乎已经过时了,而且没有很好地使用。

这些都是因为许可证太贵了。我们想要开源...

Java甘特图

弹性甘特图

吉德甘特图

VarChat JGantt 3.0

于 2013-07-12T09:30:18.193 回答