문제

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.

도움이 되었습니까?

해결책

I've been looking into the exact same thing, and unfortunately I never found anything better than JFreeChart... :( It's a big downside that you cannot drag and rearrange the tasks.

There are plenty other options, but they all have hefty licensing fees.

Nebula GANTT Chart Widget could be useful if you're developing a program based on the eclipse platform. But we're developing on the netbeans platform, and I think it would be a hassle to port it..

Some other opions I looked into;

SwiftGantt, it fell on that it seemed to be outdated, and not very well used.

These all fell on that the license was too expensive. We wanted open source...

JavaGantt

FlexGantt

JIDE Gantt Chart

VarChat JGantt 3.0

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top