Search found 1 match
- Sun Aug 04, 2019 8:45 am
- Forum: JFreeChart
- Topic: SerialDate.getMonths() returns 13 months!
- Replies: 0
- Views: 11868
SerialDate.getMonths() returns 13 months!
This is visible using org.jfree.ui.DateChooserPanel -- you will see an empty month after December. SerialDate.getMonths() relies on java.text.DateFormatSymbols.getMonths() which is the culprit that returns 13 months, but according to the Javadoc, Sun says not to use that class directly. In DateChoos...