1. Set Caret position with JTextArea in JScrollPane stackoverflow.comRight now I have a JTextArea inside of a JScrollPane. For the current content it has both a vertical and horizontal scroll bar showing up. I'm trying to implement a search ... |
2. Setting caret position in JTextArea stackoverflow.comI have a JTextArea. I have a function that selects some amount of text when some combination is called. It's done properly. The thing is, I want to move caret to ... |
3. set background color from start to end char position stackoverflow.comWhat would be an easy way to set the background color of all characters from some start to an end position in Java.
|
4. Customization of scroll+caret behaviour in JTextArea+JScrollPane stackoverflow.comI have a problem implementing the behavior I want in mentioned components. The behavior I want is: |
5. JTextArea show Caret while setEditable is false stackoverflow.comHow can I put Caret in JTextArea while setEditable is disabled? A sample code when I need Caret to be visible:
|
6. JTextArea, get the x y position of the caret? forums.oracle.com |