posted 16 years ago
//Help: This won't compile:
cp.setBorder(BorderFactory.createEmptyBorder(20,20,20,20));
You can try:
I got this to work with an applet containing a JScrollPane with the row/column
headers, a simple graph and a JSlider.
The header labels scale with the graph scaling.
The header data and its placement are simple but this may be enough to get you
started.