swing文本框初始赋值
程序员文章站
2022-05-29 19:34:43
...
text1 = new JTextField("Eric");
text1.setBounds(242, 83, 113, 50);
panel.add(text1);
text1.setColumns(10);
text2 = new JTextField("Eric");
text2.setColumns(10);
text2.setBounds(242, 186, 113, 50);
panel.add(text2);
在文本框初始化的时候赋值就可以,如图所示:
上一篇: Oracle AS关键字 提示错误
下一篇: PHP查看服务器信息内存、负载等