How can I include a set of JSlider s in one group with border? I have a JPanel with JSliders, buttons and other components. I want each set to be contained in one group with border and separator?
Printable View
How can I include a set of JSlider s in one group with border? I have a JPanel with JSliders, buttons and other components. I want each set to be contained in one group with border and separator?
you can make a container, such as another JPanel, or a Box, or whatever, and then add all your Jsliders into that container. then you call the setBorder method to give it a border