12

I need to create time lines diagram using my Java (J2SE) application.
What library can use to create a time line diagram like ANY of these:

enter image description here


enter image description here


enter image description here



enter image description here


enter image description here


enter image description here

Ariyan
  • 14,760
  • 31
  • 112
  • 175

2 Answers2

5

TimeFlow is pretty nice, check out their wiki.

There's also Jaret timebars component but it seems a little outdates.

Aviram Segal
  • 10,962
  • 3
  • 39
  • 52
2

I have used JARET Timebars. You can try using that.

Jayamohan
  • 12,734
  • 2
  • 27
  • 41