Search:

Type: Posts; User: Cornix

Search: Search took 0.09 seconds.

  1. Replies
    4
    Views
    1,595

    Re: Rainbow colored text in Swing

    I need to use it as a TreeCellRenderer.
    I think I will go with the JPanels. Seems rather simple compared to the JTextPane API. And I guess it also has better performance for my simple use-case.
    ...
  2. Replies
    4
    Views
    1,595

    Re: Rainbow colored text in Swing

    This sounds great, thank you very much.

    Lets assume I know beforehand how many words its going to be, they are all aligned in a single line and I also know the color for each of these.
    Which of...
  3. Replies
    4
    Views
    1,595

    Rainbow colored text in Swing

    Hi there.

    I want to display text in a swing panel, problem is, each word is supposed to have a different color.
    I know that I could use a JLabel and use HTML-input into that label. I would really...
Results 1 to 3 of 3