sos java编程问题
电脑吧
全部回复
仅看楼主
level 3
if(e.getSource()==exitButton) System.exit(0); if(e.getSource()==resetButton) reload(); for(int cols = 0;cols < 6;cols++){ for(int rows = 0;rows < 5;rows++ ){ if(e.getSource()==diamondsButton[cols][rows]) estimateEven(cols+1,rows+1,diamondsButton[cols][rows]); 解释一下后两个按钮实现功能时代码的文字含义
2008年06月13日 01点06分 1
level 9
对不起,不是学计算机的,没学过JAVA,只学过C语言~~飘过~~
2008年06月13日 01点06分 2
level 7
我也一直想学习java,汗!
2008年06月13日 01点06分 3
1