I have a class which extends DefaultTableCellRenderer, which renders strings in a monospace font, with a particular color. By default, it appears that tabs are not rendered at all (0 spaces). How can I set the tab size and/or cause them to be rendered?
edits: By "tabs" i mean tab characters, which I would just like to be rendered as some number of spaces. rewriting the string is an option, but I figured there was a better way.