I want to add horizontal scrollbars to my JScrollPane, because my table right now looks like the one below:
try
Dimension tableSize = new Dimension(500, 400); this.table.setPreferredSize(tableSize);