I have tried the obvious: `styledTextArea.setPadding(new Insets(10, 10, 10, 10));` but it doesn't seem to work. What is the correct way to add padding between a `StyledTextArea` and the textual content that it displays?
I have tried the obvious:
styledTextArea.setPadding(new Insets(10, 10, 10, 10));but it doesn't seem to work. What is the correct way to add padding between a
StyledTextAreaand the textual content that it displays?