Search:

Type: Posts; User: helloworld922

Search: Search took 0.13 seconds.

  1. Replies
    5
    Views
    5,048

    Re: Setting tab size for JEditorPane

    This is actually a JTextPane method. I don't imagine it would be too hard to write an equivalent for JEditorPane, though. Also, JTextPane has access to the HTMLEditorKit, too so I think it makes...
  2. Replies
    5
    Views
    5,048

    Re: Setting tab size for JEditorPane

    I found an article concerning a similar topic (the solution is the last post, with an in-depth discussion at the link in the second to last post):

    how can I change the Tab size of JTextPane ?
    ...
  3. Replies
    5
    Views
    5,048

    Setting tab size for JEditorPane

    Is there a way to set the tab size (either in pixels or space units) for JEditorPane's? I'm using an HTMLDocument, so it doesn't matter if the tab size is set via css styling or from the program...
Results 1 to 3 of 3