猿问

你好,请问关于方法 this.jta.append("add")是什么意思?

在Swing中 文本域组件 方法 this.jta.append("add")
是啥意思
其中this表示 JFrame
jta是文本域对象

摇曳的蔷薇
浏览 155回答 1
1回答

拉丁的传说

append 向文本域追加字符 "add"参考资料:Appendable append(char c)throws IOException向此 Appendable 追加指定字符。参数:c - 要追加的字符返回:此 Appendable 的引用抛出:IOException - 如果发生 I/O 错误
随时随地看视频慕课网APP
我要回答