|
I'm not a big expert in the GridBagLayout (in fact, i never used it:), so i have a question for you. What happens when you resize the slider? For the discrete ranges, the distance between the neighbour labels should stay the same. The additional height should be distributed proportionally (according to the range weight) between the contiguous ranges. Is this handled by the GridBagLayout? |