filmov
tv
JavaFX UI Design CSS - Linear Gradient

Показать описание
I showcase how to create a simple JavaFX CSS gradient using a CSS class and then implementing it into a JavaFX anchorPane using Scene Builder
My channel publishes videos regarding programming, software engineering especially Java and JavaFX. If that is what you are looking for then do not hesitate to join me on this journey!
Subscribe to my YouTube channel:
CSS class:
.backgroundColor{
-fx-background-color: linear-gradient(to right,#61D8DE, #E839F6);
}
My channel publishes videos regarding programming, software engineering especially Java and JavaFX. If that is what you are looking for then do not hesitate to join me on this journey!
Subscribe to my YouTube channel:
CSS class:
.backgroundColor{
-fx-background-color: linear-gradient(to right,#61D8DE, #E839F6);
}