Hi,

Given the latest feedback on the slider here’s an update:

sliderLight

JMetro Slider Light Theme

sliderDark

JMetro Slider – Dark Theme

Basically the vertical slider fill was misplaced, instead of starting from the bottom it was starting from the top.

Enjoy..

11 thoughts on “Metro style Slider for java update (JMetro)

  1. It’s really cool that you’re doing this. Please continuing develop JMetro because it’s a really cool style and we need more of these for the JavaFX community 🙂

  2. Whoa! I managed it.

    fill.resizeRelocate(trackLeft,
    thumb.getLayoutY(),
    trackWidth,
    ((int)trackLength + trackStart – trackRadius) – thumb.getLayoutY());

  3. I have created a “FilledSliderSkin” but there in no method of adding it on a jfx pane as a node. In short how can I add it on a jfx pane?

Leave a Reply to pedroduquevieira Cancel reply

Your email address will not be published. Required fields are marked *