Pergunta

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.

Foi útil?

Solução

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top