Hi, i'm using a JTextPane that i've customized with a method to set up some tabstops. In my GUI class constructor i call the tabstop setup method and it works fine.
I'm having a problem though when i load text into the TextPane. Even though i call the tabstop setup method it doesn't seem to work. Anyone seen this before?