org.jdesktop.swing.JXEditorPane An extended editor pane which has the following features built in: <ul> <li>Text search <li>undo/redo <li>simple html/plain text editing </ul> @author Mark Davidson
org.jdesktop.swing.binding.TextBinding Class which binds a component that supports editing text values (JTextField, JTextArea, JEditorPane) to a data model field. <p> JW: hmm, what's the use case? I would prefer to better not do it now, can cope with that later if necessary. [Although this binding is most commonly used for Swin ...