全文预览

基于JAVA的黑白棋游戏设计(毕业设计论文doc)

上传者:塑料瓶子 |  格式:doc  |  页数:20 |  大小:0KB

文档介绍
er(new MouseAdapter()Р {Р public void mouseClicked(MouseEvent e)Р {Р checkbox2_mouseClicked(e);Р }Р });Р checkbox2.setCheckboxGroup(checkboxGroup1);Р checkbox2.setLabel("联机");Р label1.setText("对方地址");Р button1.setBackground(new Color(236, 190, 98));Р button1.setLabel("连接");Р button1.addActionListener(new ActionListener()Р {Р public void actionPerformed(ActionEvent e)Р {Р button1_actionPerformed(e);Р }Р });Р label2.setText(" ");Р button2.setBackground(new Color(236, 190, 98));Р button2.setLabel("开始");Р button2.addActionListener(new ActionListener()Р {Р public void actionPerformed(ActionEvent e)Р {Р button2_actionPerformed(e);Р }Р });Р button3.setBackground(new Color(236, 190, 98));Р button3.setLabel("重新开始");Р this.button3.setEnabled(false);Р button3.addActionListener(new ActionListener()Р {

收藏

分享

举报
下载此文档