A quick question about draw

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
daress
Posts: 23
Joined: Tue Mar 13, 2007 4:52 pm
Contact:

Re: A quick question about draw

Post by daress » Mon Jun 04, 2018 7:27 pm

Use JFreeChart for making charts/plots. Use JTable for building tables.

In the JFreeChart demo, look at CrosshairDemo2 for an example - you click on the chart and the coordinate values are placed into a JTable. Java has a tutorial on JTable development you can follow.

Locked