By jlweaver
via learnjavafx.typepad.com
Published: Jan 01 2009 / 20:45
In another post, Simon Morris shows how to create a custom progress bar that is skinnable using JavaFX's support for CSS. Using CSS you can customize just about every aspect of the rectangles that Simon uses in his progress meter: their size, color, even how many there are! It's the ultimate in flexibility. But what if you want to use a different shape entirely? Even that is possible without having to recompile Simon's original code. For example, there is a new shape in the JFXtras project called the VariableCornerRectangle.



Add your comment