Ola!
This is my first post so i hope its not a stupid one ^_^
ok, I have large quantities text i want to read into my jTextArea, to keep it all nice and clean i use tabs(6 chars long), the problem is that sometimes the words or strings get a bit long and it words and line wraps, as i Set the jTextArea to do, now if it does this it kinda screws up my tabs
i.e the text in jtextarea looks like this:
Action: 1) Obtain Cancellation Letter from the Dealership or Client Clearly stating that the client does not have the vehicle and reason for Cancellation
2) Make Note in Reward regarding the reason for Cancellation
and it should look like this:
Action: 1) Obtain Cancellation Letter from the Dealership or Client
Clearly stating that the client does not have the vehicle and reason for
Cancellation
2) Make Note in Reward regarding the reason for Cancellation
how do I add a "\t" or Tab just after it word wraps? do i implement a listener and how would I go about that?
Thanks Krefie