JTextPane and HTML

前端 未结 1 986
难免孤独
难免孤独 2021-01-29 07:35

I am making a text editor roughly like a microsoft word and I am using a textpane with HTML. After doing some research I found a way to apply html to a highlighted section on us

1条回答
  •  醉话见心
    2021-01-29 08:11

    You can implement your own custom Reader/Writer as described here http://java-sl.com/editor_kit_tutorial_reader_writer.html

    When you use setCharacterAttributes the content stored in leaves Elements attributes so you can access them and store as you wish.

    0 讨论(0)
提交回复
热议问题