Curretly, I'm using javafx.scene.control.Alert and org.controlsfx.control.Notifications for displaying messages to user. I already have some dialogs with custom title bar so I want to have the same title bar on dialogs, but I didn't find any resources to style these two. Do I have to make my own dialogs?
Asked
Active
Viewed 366 times
0
-
Did you check the modena.css? – Puce Jul 23 '15 at 15:55
-
What Puce means is, have you checked the [JavaFX CSS-Reference](http://docs.oracle.com/javase/8/javafx/api/javafx/scene/doc-files/cssref.html)? – aw-think Jul 24 '15 at 07:45
-
Of course I did, I've found this thread: http://stackoverflow.com/questions/28417140/styling-default-javafx-dialogs but it doesn't concern the title bar.. – insan-e Jul 24 '15 at 09:09