move up down button in the text areas

465 Views Asked by At

I have two text areas on the screen, I have made bold the different words between two text areas and I want to have a button for up and down to go the different words on the text areas. Is this possible ?

1

There are 1 best solutions below

2
On
  • have to look at JTextArea, but notice isn't designated for nice formatting or higlighting, then to use JTextPane instead

  • TextUtilities can help you to find out desired indexes rellative to screen or rellative to the model (Document)