摘要: public class Demo extends JFrame { public Demo() { setBounds(100, 100, 200, 120); setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE); Container c = getContentPane();... 阅读全文
posted @ 2018-08-11 17:41 夕西行 阅读(763) 评论(0) 推荐(0) 编辑
摘要: 1、文本框JTextField 2、密码框JPasswordField 阅读全文
posted @ 2018-08-11 15:21 夕西行 阅读(2921) 评论(0) 推荐(0) 编辑