//Note the ScrollBar Policies CAN be set in the Properties Winddow. I just wanted to make sure to remember to show them to you //---do not allow scrolling horizontal so they can't see prices. But allow vertical scrolling jScrollPane1.setHorizontalScrollBarPolicy(JScrollPane.HORIZONTAL_SCROLLBAR_NEVER); jScrollPane1.setVerticalScrollBarPolicy(JScrollPane.VERTICAL_SCROLLBAR_AS_NEEDED);