How can I run jfree chart as applet?
问题 I dont have much understanding in java but want the following code to run as applet. Request sincere help on this. Can anyone help me running this code as applet? This is Jfree chart and i want to run it as an applet. Suggestion please. package org.jfree.chart.demo; import java.awt.Color; import java.text.SimpleDateFormat; import javax.swing.JPanel; import org.jfree.chart.ChartFactory; import org.jfree.chart.ChartPanel; import org.jfree.chart.JFreeChart; import org.jfree.chart