Select « Text Input « Java Swing Q&A





2. multiple selection in jtextcomponent    coderanch.com

Hello, I've got a little pb. I'm writing an application that is more or less a text editor. I want to implement a "find word" functionality, i know how to select a word matching a string in a jeditorpane ( with setCaretPosition and moveCaretPosition) but if i want to select in the same time all the words that match a given ...

3. Select all text in a JFormattedTextField    forums.oracle.com