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