I should want to implement a search functionality in a JTextPane. I already use swingx, and I see Searchable
interface, with a JXEditorPane.DocumentSearchable
. I suppose it's for JXEditorPane.
But I use a JTextPane. Is there some exemple with that ?
Thanks.