Hi,
I'm doing a GUI that has a XYPlot
(from the JFreeChart package) and when I click a button I'm trying to add some values. I add them correctly to the XYSeries
that are inside the XYPlot
, but the GUI doesn't change. It only changes when y maximize or minimize. Is there some kind of repaint to do this? I have been looking for it and I have found nothing.