Thanks! That took care of obtaining a white font and a black background However is there some additional code that needs to be added to the extra CSS line, so that when this field receives focus, the background stays black and doesn't turn blue? That seems to happen when I am just updating the field with text programmaticallyYou can set the background color and then add this text to the extra CSS field: -fx-text-fill: white;
Thank you again for your quick reply on this subject Erel!This will require using a CSS file.
See the answer here: http://stackoverflow.com/questions/26651198/how-to-remove-this-gray-top-border-in-javafx-textarea
Example of using CSS file: https://www.b4x.com/android/forum/threads/css-example.35854/#content
I've updated the example to be based on the internal designer: https://www.b4x.com/android/forum/threads/css-example.35854/#contentJust out of curiosity, since the example referenced for using CSS requires use of the deprecated Scene Builder, do you have any plans for adding any features to the more modern internal designer