[GanttChart]recover information from dataset

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
bs
Posts: 15
Joined: Sun Dec 18, 2005 3:06 pm
Location: France
Contact:

[GanttChart]recover information from dataset

Post by bs » Wed Jan 11, 2006 8:43 pm

Hi

How to recover the date of beginning and the completion date of a Task from dataset :?:
Visit my site : ici Voter

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Post by david.gilbert » Thu Jan 12, 2006 10:55 am

The getStartValue() and getEndValue() methods will return a Number - this represents the number of milliseconds since 1-Jan-1970, the same encoding used by java.util.Date.
David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

bs
Posts: 15
Joined: Sun Dec 18, 2005 3:06 pm
Location: France
Contact:

Post by bs » Thu Jan 12, 2006 5:17 pm

Thanks
:wink:
Visit my site : ici Voter

bs
Posts: 15
Joined: Sun Dec 18, 2005 3:06 pm
Location: France
Contact:

System.exit(0);

Post by bs » Fri Jan 13, 2006 6:06 pm

Hi,

How to prevent the closing of the application when I close the frame :?:

Thanks
Visit my site : ici Voter

Locked