Name: HerkDerk !FpuBmVY37Q 2012-05-11 12:18
I'm using the JFreeChart library to draw charts in Java, blahblah...
I need the chart to draw on button click, how do I refresh the window without having to use setVisible(false) then setVisible(true)?
repaint() doesn't do shit.
I need the chart to draw on button click, how do I refresh the window without having to use setVisible(false) then setVisible(true)?
repaint() doesn't do shit.