So I just discovered jFreeChart and ive been playing around with it. I am creating a PieChart that pulls information from a web service to get its data. I would like to update this chart every minute by calling the web service again and changing the dataset values. I know that once the dataset values are changed the action listener on the Pie Chart will automatically update the chart. Ive included my code, can anyone tell me how to best implement this timer? Thanks