I have an assignment requiring me to display mortgage payments in a graph using Java. I have the payments displayed in a JTable and would like to know if it's possible to display the same information in a graph. Basically, is it possible to take the existing information and display it in a graph?