Multiple Scoll in Scoll Pane
I'm trying to build a JScrollPane with both a horizontal and vertical scroll bar. The only thing in the scroll pane is a table + the table is a set size. I need the Scroll Pane to use both horizontal and vertical scroll bars as needed. I'm using NetBeans to design the graphical interface, so I need something that will work with NetBeans. In my experimentation, I've found different commands that would seem to allow both horizontal and vertical scroll bars, but it hasn't worked when I tried it. Also note, I need to use just 1 ScrollPane, not 2 in order to accomplish this.
Thanks for any help you can give me!
Daniel Lorimer

