More on Swing text
I’ve been trying to start on an XML+CSS editor in Java for ages - without much success. But I bit the bullet on the weekend and bought the book: O’Reilly - Java Swing. Six hours later I had a class reading from a SAX parser into a DefaultStyledDocument. The book is a bit old but not too much in swing has changed - it does a good job of explaining the arcana of the text framework. Anyway - it made me happy. Now for the fun bits…