文件名称:Calculator
介绍说明--下载内容均来自于网络,请自行研究使用
使用swing编程。首先创建一个窗体,并设置默认关闭时关闭,设置大小,设置不可改变大小,设置可显示;
2、创建一个容器,使用GridBagLayout这种布局方式;
3、通过代码在窗体里面实现计算器的界面;
4、通过实现计算器的add()、sub()、multi()、division()、equal()等功能。
-With swing programming. First create a form, and set off by default turned off, set size, set not to change the size of the set can display 2, create a container, using GridBagLayout layout this way 3, achieved by the code inside the calculator in the form interface 4, through the realization of the calculator add (), sub (), multi (), division (), equal () function.
2、创建一个容器,使用GridBagLayout这种布局方式;
3、通过代码在窗体里面实现计算器的界面;
4、通过实现计算器的add()、sub()、multi()、division()、equal()等功能。
-With swing programming. First create a form, and set off by default turned off, set size, set not to change the size of the set can display 2, create a container, using GridBagLayout layout this way 3, achieved by the code inside the calculator in the form interface 4, through the realization of the calculator add (), sub (), multi (), division (), equal () function.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Calculator\.project
..........\src\Calculator\CalDisplay.java
..........\...\..........\CalculatorMain.java
..........\bin\Calculator\CalDisplay.class
..........\...\..........\CalculatorMain.class
..........\...\..........\CalDisplay$1.class
..........\.settings\org.eclipse.jdt.core.prefs
..........\.classpath
..........\src\Calculator
..........\bin\Calculator
..........\src
..........\bin
..........\.settings
Calculator
..........\src\Calculator\CalDisplay.java
..........\...\..........\CalculatorMain.java
..........\bin\Calculator\CalDisplay.class
..........\...\..........\CalculatorMain.class
..........\...\..........\CalDisplay$1.class
..........\.settings\org.eclipse.jdt.core.prefs
..........\.classpath
..........\src\Calculator
..........\bin\Calculator
..........\src
..........\bin
..........\.settings
Calculator