1. Is there a property in the GUI editor on the IDE to select LAF? forums.netbeans.org |
2. multiple selection in jtextcomponent coderanch.comHello, 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 |