Resize (repain) on Linux

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
string
Posts: 2
Joined: Mon Dec 31, 2007 5:02 pm

Resize (repain) on Linux

Post by string » Mon Dec 31, 2007 5:11 pm

I'm using Ubuntu on AMD64 Java 1.5.0_13.
Running the demo, if I re-size the window, the chart pane (or, in this case, the whole tabbed pane) does not resize.

It does resize on my OSX box.

Is this a known issue with Swing on Linux?
Is there a work around ?

Also, if do TimeSeriesCollection.addTimeSeries(aSeries); the new series does not get painted when running on Linux (it does work properly on OSX).

-string

Locked