Add scrolling JTextArea in java
With this code you can insert scroll bars in a JTextArea as any text editor. Sea
Text zonaText a JTextArea and a JPanel which is inserted the text box example how to insert scrolling in a text box is as follows.
Code: JScrollPane.HORIZONTAL_SCROLLBAR_AS_NEEDED)
zonaText.add (textScroll)
0 comments:
Post a Comment