A vertical Slider shows the right Labels, but the wrong - the mirrored - value.
Example: Slider slider = new Slider( 0 , 10 , 3 );
slider.setOrientation( Orientation.VERTICAL );
Running, the screen shows the thumb on position 7.
If I moved the Thumb with the mouse, the values stay mirrored.
Example: Slider slider = new Slider( 0 , 10 , 3 );
slider.setOrientation( Orientation.VERTICAL );
Running, the screen shows the thumb on position 7.
If I moved the Thumb with the mouse, the values stay mirrored.