I'm using Time-4j-ui library, and somehow it includes a built-in Button and a text box which is Ugly and ruins all my design,
In my project I'm using Jfoenix material design components, and this built-in user-interface completely ruins my design, here is a view
I want to know if there is a way or some kind of hack to style this date-picker to JFXDatePicker, You can see JFXDatePicker in below:
However I managed to access first child of this view-group(which is the text-box) with picker.getChildren().get(0);
, but I don't know if there is a way to style the text-box or something?
Thanks in advance