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

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: P4
    • None
    • Affects Version/s: None
    • Component/s: javafx
    • Environment:

      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.

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

              Created:
              Updated:
              Resolved:
              Imported: