Horizontal ScrollBar

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
BECH

Horizontal ScrollBar

Post by BECH » Wed Jan 29, 2003 12:01 pm

Hello,

I'm trying to add a horizontal ScrollBar to the Panel, but it doesn't appear.

I have included the following code in the constructor of the ChartPanel class (after "setPreferredSize(new Dimension(width, height));")

JScrollPane scrollingGraphPanel = new JScrollPane( this, JScrollPane.VERTICAL_SCROLLBAR_NEVER, JScrollPane.HORIZONTAL_SCROLLBAR_ALWAYS );

Can you please tell me why is not working?

Thanks

Locked