JGoodies HashMap
- by JohnMcClane
Hi,
I'm trying to build a chart program using presentation model. Using JGoodies for data binding was relatively easy for simple types like strings or numbers. But I can't figure out how to use it on a hashmap.
I'll try to explain how the chart works and what my problem is:
A chart consists of DataSeries, a DataSeries consists of DataPoints. I…