My app has a form where a TextArea is inside a particuar layout.
This layout is not very complicated and the TextArea is at bottom.
The TextArea is populated with some multiline text.
What I experience is that the TextArea stays like empty, blank, unless I try to select the text I can imagine inside, then some text appears in a selected form, but it disappears.
If I click outside and the inside I see a momentary glimpse of all the content.
I also tried with putting it in a BorderLayout but it is the same.
I created a test example with a similar layout, and I can see the text and the normal behaviour so I couldn't reproduce the issue.
So I ask, what could cause the issue? what can be some of the possible causes?
Thanks in advance