Am I able to add a change listener and define it on creation of a new JSlider?
The order in which I need to create and add JSliders means I can't define them beforehand, so I don't really have a way to store them beforehand.
Essentially: I don't have named JSliders, but need a way to identify which one has been altered.
Will add to this with some example code later if it's not too clear what I am questioning about
EDIT:
Specifically, imagine I have one JSlider to represent a minimum value, and one JSlider to represent a maximum value. I need to use this to represent a range of numbers, lets say customer IDs, that will be displayed later on.