Questions tagged [defaultstyleddocument]
17 questions
0
votes
0 answers
any non-swing alternative to DefaultStyledDocument?
I've assimilated this idea that it is always bad to use a Swing component outside the EDT.
In my non-GUI program (as it currently is) I do however want to use some kind of marked-up string (containing non-visual logical styles that give some kind of…

mike rodent
- 14,126
- 11
- 103
- 157
-3
votes
1 answer
Custom tabs in jtextarea in java
How to set tab stops in jtextarea for different lengths,
first tab should stop 4
Second tab should stop at 20 (If i give tab from 4 it should stop at 20)
Third tab should stop at 30 (If i give tab from 0 it should stop at 30)

FirmView
- 3,130
- 8
- 34
- 50