摘要:
1 //Add.java 2 package beans; 3 4 public class Add 5 { 6 private int data1; 7 private int data2; 8 private int sum; 9 public Add(){} 10 public int getData1(){return dat... 阅读全文
摘要:
1 /* 2 * To change this license header, choose License Headers in Project Properties. 3 * To change this template file, choose Tools | Templates 4 * and open the template in the editor. ... 阅读全文
摘要:
1 /* 2 * To change this license header, choose License Headers in Project Properties. 3 * To change this template file, choose Tools | Templates 4 * and open the template in the editor. ... 阅读全文
摘要:
1 //ClockDemo.java 2 3 /* 4 * To change this license header, choose License Headers in Project Properties. 5 * To change this template file, choose To 阅读全文