Search found 1 match
- Thu Dec 28, 2006 6:27 pm
- Forum: JFreeChart
- Topic: Comparable does not compare
- Replies: 4
- Views: 5007
Comparable does not compare
Hello all, I am relatively new to JFreeChart... I am using a DefaultCategoryDataset to populate my graph. So I created a Comparable for Dates that is: private class ComparableFormattedDate implements Comparable<ComparableFormattedDate> { private Date date; public ComparableFormattedDate(Date date) {...