Click here to Skip to main content
15,892,537 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
how to put the specific text from the text area to textfield in java?

such as load config file

like this image : http://i.imgur.com/rEGRLGB.png
Posted

You could get all the string from text area(getText() method) first and then parse them.
Use string manipulation methods like indexOf(str)/split(str)/subString() - whichever you prefer to go for. You've specifically knew what all things to be split.
 
Share this answer
 
thank you....
can you gives the example code for this problem ?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900