Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8113616

Slider don't show the greatest (horizontal) or smallest (vertical) Tick-Label

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P4 P4
    • None
    • None
    • javafx
    • Windows 7 64bit, JDK 7 EA b144 32 & 64bit, JavaFX b30 64bit

      Slider (like in the example "Using JavaFX UI Controls" from Alla Redko) shows all Marks and Labels - except the greatest (horizontal) or smallest (vertical) Tick-Label.
      Example:
      Slider slider = new Slider( 0 , 100 , 40 ); // Other numbers like ( -10 , 10 , 0 ) shows the same problem
      slider.setShowTickLabels(true);
      slider.setShowTickMarks(true);
      slider.setMajorTickUnit(50);
      slider.setMinorTickCount(5);
      slider.setBlockIncrement(10);
      slider.setOrientation( Orientation.VERTICAL );
      root.setBottom( slider );

      A (not real) "solution with horizontal Slider is to set the max-value to 100 + 0.01 or so.

            psomashe Parvathi Somashekar (Inactive)
            duke J. Duke
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: