For all text-editing, including a simple JTextField, we need a working implementation of javax.swing.text. This is a hairy beast, but it would be quite interesting to do, and very useful for other applications.
I have a gnu.lists.CharBuffer and a gnu.jemacs.swing.BufferContent
class. The latter implements javax.swing.text.AbstractDocument.Content. These are used in the JEmacs implementation that comes with Kawa.
--
--Per Bothner
[EMAIL PROTECTED] http://per.bothner.com/
_______________________________________________ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

