In this, is there anyway I can change the icon on top left of the alert box?
Asked
Active
Viewed 25 times
1
-
2An `Alert` is actually a `Dialog` (`Alert` extends `Dialog`) so this answer applies to it: https://stackoverflow.com/questions/27976345/how-do-you-set-the-icon-of-a-dialog-control-java-fx-java-8 – c0der Jan 12 '22 at 17:26
-
Thanks. This really helped – Sahil Goyal Jan 12 '22 at 19:50