[cp-patches] FYI: javax.swing.text fixes

2006-11-06 Thread Roman Kennke
Here come a couple of fixes for javax.swing.text that have been necessary to get the new HTML stuff to work properly. 2006-11-06 Roman Kennke [EMAIL PROTECTED] * javax/swing/text/ComponentView.java (setParent): Lock the document and repaint the hosting container.

[cp-patches] FYI: javax.swing.text fixes

2006-02-06 Thread Roman Kennke
The attached patch makes the BeanShell JConsole work quite well (ok, slow and ugly, but anyway ;-) ). Thanks to Lillian and Anthony for making this possible with their work on DefaultStyledDocument. 2006-02-06 Roman Kennke [EMAIL PROTECTED] * javax/swing/text/GlyphView.java: