代码
JFreeChart line_chart =ChartFactory.createLineChart(title,domain,range,line_dataset,PlotOrientation.VERTICAL,true,true,false);
错误
Multiple annotations found at this line:
- The type org.jfree.util.PublicCloneable cannot be resolved. It is indirectly
referenced from required .class files
- T