java - Gradient in JavaFX -


how develop gradient in javafx looks 1 below?

enter image description here

use linear-gradient in css:

linear-gradient(to (top, right, bottom, left), (color begin), (color finish));

-fx-background-color: linear-gradient(to top,-color-amber, transparent); 

Comments

Popular posts from this blog

php - trouble displaying mysqli database results in correct order -

depending on nth recurrence of job in control M -

sql server - Cannot query correctly (MSSQL - PHP - JSON) -