在Swing中 文本域組件 方法 this.jta.append("add")是啥意思其中this表示 JFramejta是文本域?qū)ο?
1 回答
拉丁的傳說
TA貢獻1789條經(jīng)驗 獲得超8個贊
append 向文本域追加字符 "add"
參考資料:
Appendable append(char c)
throws IOException向此 Appendable 追加指定字符。
參數(shù):
c - 要追加的字符
返回:
此 Appendable 的引用
拋出:
IOException - 如果發(fā)生 I/O 錯誤
添加回答
舉報
0/150
提交
取消
