Search:

Type: Posts; User: dlorde

Search: Search took 0.13 seconds.

  1. Re: text color changer based on words/ word classification by color

    Yes Norm, I think you're absolutely right - using JTextPane for the initial color processing avoids all the problems of trying to edit HTML text (e.g. avoiding replacing the contents of the HTML tags...
  2. Re: text color changer based on words/ word classification by color

    This is possible to achieve with HTML in, for example a JLabel - you start the text with "<html>", then wrap each word with HTML to set its color, for example: "<html>The cat <font...
Results 1 to 2 of 2