搜索资源列表
jisuanqigaga
- 本例制作计算器,运行效果如图100-1所示。执行本例实例后,将创建一个计算器,可以进行常用的加减乘除算术运算。本实例的知识点有:窗口布局器GridLayout的应用,对按钮消息的监听和响应 。-the cases produced calculator, operating results shown in Figure 100-1. Examples of the implementation of the cases, will create a calculator that can be
Wpfjisuanqi
- WPF 的计算器,简单的页面布局,学习布局常用控件的使用-WPF Calculator, a simple page layout, learning the layout of the use of common control
jisuanqi
- 一个计算器小程序,可以进行简单的十进制运算,很适合用来学java的布局,数据类型等基础知识-A calculator small programs can be simple decimal computing, it is suitable for learning the layout of java, data types, such as basic knowledge
final
- 计算器菜单以及部分按钮的布局MenuBar menuBar Menu menu1,menu2,menu3 MenuItem menu1_item1,menu1_item2,menu1_item3 MenuItem menu2_item1,menu2_item2 MenuItem menu3_item1,menu3_item2 mywindow() { setTitle("计算器") menuBar=new MenuBar()
jisuanqi
- 本代码制作计算器。执行本例实例后,将创建一个计算器,可以进行常用的加减乘除算术运算。本实例的知识点有:窗口布局器GridLayout的应用,对按钮消息的监听和响应 。-The code produced calculator. Examples of the implementation of this case, it will create a calculator that can be commonly used arithmetic operations addition and su
Calculator
- 一个简单的Java编写的计算器,采用网格布局,实现 了基本的加减乘除功能-A simple calculator written in Java, using a grid layout to achieve the basic functions of addition, subtraction
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
计算器应用程序
- 建立一简单的计算器应用程序,拖动一些按钮控件到窗体上,分别标明代表数字或功能,能够进行加、减、乘、除四则运算。实现基本的四则运算功能,连续运算,实现键盘输入和运算(即点击键盘上数字及运算符时,可输入数字和进行运算)。要求实现良好的布局效果,并对按钮功能分类编程。
Calculator267
- 一个简单的Java编写的计算器,采用网格布局,实现 了基本的加减乘除功能-A simple calculator written in Java, using a grid layout to achieve the basic functions of addition, subtraction
ComputerPad
- 简单的计算器界面,运用了GUI知识,设计了一个利用布局管理器编写的一个java界面设计(Simple calculator interface, Using the knowledge of GUI, a design of a java interface designed by the layout manager is designed)