Is it possible to Hide Text through a Style?

Posted by Sandro on Stack Overflow See other posts from Stack Overflow or by Sandro
Published on 2010-06-15T15:32:34Z Indexed on 2010/06/15 16:02 UTC
Read the original article Hit count: 156

Filed under:
|
|

I currently have a JTextPane that will be displaying text coming in from different streams. The way that the user can tell which stream the text came from is that the text from each stream has a different Style to it. Is there a way to make a Style that will hide the text so that I can filter out different pieces of text?

Thank you.

© Stack Overflow or respective owner

Related posts about java

Related posts about swing