with the last few updates of JavaFX we have alerts. I want to get the message's default icons (error, warning, ...). In Swing, I can get the L&F message icons through some UIManager
's properties. How can I get the message's default icons in JavaFX? Are them contained in properties, or defined by CSS class?
Thanks in advance.