Alright I have been using the setSize method for the JSlider to try to set it's size but it seems to be having no effect what soever. I have the JSliders instead a JPanel that is using a GridBagLayout, the JPanel is then being adding to another JPanel which uses a GridBag Layout. The second JPanel then functions as the contentArea for a JFrame. I have my JSliders set to Vertical (as for an equalizer) and I need to make them shorter, so I figured using setSize would work, but, as I mentioned, it is not :(.
Thanks for any help you can provide!