My question is about making round background radius to a javafx imageview. I've tried to wrap into an anchorPane which had the good radius but the image is still over and not round. Thanks.
Asked
Active
Viewed 102 times
1 Answers
2
You can wrote some css to this matter. You can write a class for that and link this css to the imageview
. image-round{
border radius :100%;
}

Kavinda Pushpitha
- 247
- 9
- 8