JavaFX UI Design CSS - Linear Gradient

Опубликовано: 30 Май 2021
на канале: Random code
5,944
78

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:
   / @randomcode_0  

CSS class:
.backgroundColor{
-fx-background-color: linear-gradient(to right,#61D8DE, #E839F6);
}