毕业论文论文范文课程设计实践报告法律论文英语论文教学论文医学论文农学论文艺术论文行政论文管理论文计算机安全
您现在的位置: 毕业论文 >> 课程设计 >> 正文

JAVA课程设计黑白棋源代码 第4页

更新时间:2007-9-28:  来源:毕业论文

   for (int j = 0; j < Max; j++)
   {
    Chess[i][j] = new JButton();
    Chess[i][j].setFont(new java.awt.Font("宋体", Font.PLAIN, 15));
    if (i != 0 && i != Max - 1 && j != 0 && j != Max - 1)
    { Chess[i][j].setBackground(Color.green); }
    else { Chess[i][j].setEnabled(false); }
    mainPanel.add(Chess[i][j]);
    Chess[i][j].addActionListener(bEObj);
    this.setVisible(true);
   }
  }
  //设置外围棋盘按钮
  Chess[0][0].setText("黑");
  Chess[0][1].setText("0");
  //Chess[0][1].setEnabled(true);
  Chess[0][Max - 2].setText("白");
  Chess[0][Max - 1].setText("0");
  //Chess[0][Max - 1].setEnabled(true);
  Chess[0][Max / 2 - 2].setText("黑");
  Chess[0][Max / 2 - 1].setText("方");
  Chess[0][Max / 2].setText("先");
  Chess[0][Max / 2 + 1].setText("下");
  //设置棋盘默认初始状态
  Chess[(Max - 2) / 2][(Max - 2) / 2].setText("●");
  Chess[(Max - 2) / 2 + 1][(Max - 2) / 2 + 1].setText("●");
  Chess[(Max - 2) / 2][(Max - 2) / 2 + 1].setText("○");
  Chess[(Max - 2) / 2 + 1][(Max - 2) / 2].setText("○");
  //外围颜色,去掉按钮边框,设置按钮字体颜色
  for (int m = 0; m < Max; m++) { Chess[0][m].setBorder(null); Chess[Max - 1][m].setBorder(null); Chess[Max - 1][m].setForeground(Color.blue); Chess[0][m].setBackground(Color.yellow); Chess[Max - 1][m].setBackground(Color.yellow); }
  for (int m = 1; m < Max - 1; m++) { Chess[m][0].setBorder(null); Chess[m][Max - 1].setBorder(null);/* Chess[m][0].setText("◎"); Chess[m][Max - 1].setText("◎"); */Chess[m][0].setBackground(Color.yellow); Chess[m][Max - 1].setBackground(Color.yellow); }
  //功能按钮
  Chess[Max - 1][1].setEnabled(true);
  Chess[Max - 1][2].setEnabled(true);
  Chess[Max - 1][3].setEnabled(true);
  Chess[Max - 1][4].setEnabled(true);
  Chess[Max - 1][1].setText("结束");
  Chess[Max - 1][2].setText("新一局");
  Chess[Max - 1][3].setText("让步");

上一页  [1] [2] [3] [4] [5] [6] [7] [8] 下一页

JAVA课程设计黑白棋源代码 第4页下载如图片无法显示或论文不完整,请联系qq752018766
设为首页 | 联系站长 | 友情链接 | 网站地图 |

copyright©youerw.com 优文论文网 严禁转载
如果本毕业论文网损害了您的利益或者侵犯了您的权利,请及时联系,我们一定会及时改正。