This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Programmer Certification (SCJP/OCPJP) and the fly likes JTextArea() Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Certification » Programmer Certification (SCJP/OCPJP)
Reply Bookmark "JTextArea()" Watch "JTextArea()" New topic
Author

JTextArea()

Patrick Mugabe
Ranch Hand

Joined: Jan 08, 2002
Posts: 132
I have tried using the JTextArea for one of my textfields and it works but then the problems I faced were as follows:
1)The length of the textArea field increases as I type
2)When I finish typing in and I tab, the cursor doesn't go to the next field. Please can someone tell me how best I can use it and if possible give me an example. Thank you for your assistance.
Jim Hall
Ranch Hand

Joined: Nov 29, 2001
Posts: 162
Swing is not part of the exam.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: JTextArea()
 
Similar Threads
How to set caret position to the beginning in JtextArea every time the screen is opened?
detect a {
Printing from JTextArea
Passing value from JApplet to Jsp page
Highlighting Text in JEditorPane/JTextArea