I want to have 2 JTextAreas.
the first one is where the user types in
and the second one is where the binary equivalent of the input will appear.
Is it possible and how to make the second textarea updates everytime the user
inputs a character??? btw, the second textarea will be not editable by the user.
I want to have 2 JTextAreas. the first one is where the user types
Share
Add a change listener on the document of the first the first text area.