Hi, I need help!
I have a JTextArea, Id like to add a text margin to it (setMargin()...)
that works fine. Until a add a border to it, then it doesnt work.
It said in the java tutorial that it is the Border ojbjects responsibility to make the margin, but I just cant figure out how to make it do that!
Someone knows?