textfield border radiuis in javafx

Solutions on MaxInterview for textfield border radiuis in javafx by the best coders in the world

showing results for - "textfield border radiuis in javafx"
Laura
09 Mar 2016
1-fx-background-color: linear-gradient(to bottom, derive(-fx-text-box-border, -10%), -fx-text-box-border),
2    linear-gradient(from 0px 0px to 0px 5px, derive(-fx-control-inner-background, -9%), -fx-control-inner-background);
3-fx-background-insets: 0, 1;
4-fx-background-radius: 3, 2;
5