CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: trinity420

Search: Search took 0.04 seconds.

  1. Re: JTextPane ignores tag when using custom HTMLEditorKit

    Thank you!

    I got help in another forum, the solution is to skip the BR tag. Here's the code:



    @Override
    public ViewFactory getViewFactory() {
    return new...
  2. [RESOLVED] JTextPane ignores tag when using custom HTMLEditorKit

    Hello everyone,

    In my application I use a JTextPane embedded in a JScrollPane to display text which is formatted using HTML tags. At first I used JTextArea but then switched to JTextPane to be...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured