Topic: 怎样得到JTextArea当前行的String? |
Print this page |
1.怎样得到JTextArea当前行的String? | Copy to clipboard |
Posted by: tomh2004 Posted on: 2004-10-12 16:19 怎样得到JTextArea当前行的String? |
2.Re:怎样得到JTextArea当前行的String? [Re: tomh2004] | Copy to clipboard |
Posted by: littledeer1974 Posted on: 2004-10-12 16:31 可以用getText();吧 |
3.Re:怎样得到JTextArea当前行的String? [Re: tomh2004] | Copy to clipboard |
Posted by: kavinwang Posted on: 2004-10-13 13:42 getCaretPosition取得当前的位置 getLineOfOffset取得当前的行号 getLineEndOffset和getLineStartOffset取得指定行的开头和结尾,并取得行的长度 getText(int offs, int len)取得你所要的内容 当然可能有更好的方法,我暂时不知道 |
Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1 客服电话 18559299278 客服信箱 714923@qq.com 客服QQ 714923 |