摘要:
public class Demo extends JFrame { JLabel label;//定义变量,以便在自定义方法类中调用 public Demo() { setBounds(100, 100, 300, 300); setResizable(false); setDefaultCloseOperation(Win... 阅读全文
posted @ 2018-08-16 13:53
夕西行
阅读(419)
评论(0)
推荐(0)
摘要:
public class Demo extends JFrame { private JTextArea textArea; public Demo() { setBounds(100, 100, 470, 300); setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE); ... 阅读全文
posted @ 2018-08-16 12:59
夕西行
阅读(5819)
评论(1)
推荐(1)

浙公网安备 33010602011771号