JavaFx Custom Volume Knob Node "Skin 2"

I created a new skin for the KnobFx node that i posted last year,below is an image of the new Skin its a really easy implementation ,considering the model of the node was already defined in the first project.

"Skin 2"
Styling with CSS

.knob{
    -fx-knob-marker-color:grey;
    -fx-knob-fill:green;
    -fx-knob-stroke:black;
    -fx-knob-tick-mark-color:yellow;
}
CSS STYLEABLE
Github

Comments

Post a Comment

Popular Posts