搜索资源列表
Calculator_simple
- 简易计算器不需要很高深的算法,对于数字计算的唯一要求就是在除数为零的时候要加以判断和处理,其他的就是窗口布局和功能完善了;首先:计算器需要一个显示按键结果的TextField部件,再就是添加很多Button了;为了界面的美观,为Frame添加两个panel,一个布局用BorderLayout.NORTH,另一个用GridLayout分成均等的几行几列;窗口的整体布局就基本成形了。剩下的为Button添加事件及响应事件的结果,编写程序实现。-simple calculators do not ne
claForJava
- 一个小而精巧的计算器,是对JAVA中布局一节的巧妙利用-a small but sophisticated calculators, the Java layout of a cleverly exploited! !
caidan
- 在面板中建立菜单项,开始菜单,记事本的功能,可以在上面输入文字,还有一个计算器的面板,具体功能没有实现,但是是学习JAVA中使用布局管理器的好例子-the panel established menu items, start menu, the function of the notebook, can enter text above, There is also a calculator panel to achieve specific function, but the study i
Calculator
- 计算器小程序,使用java网格布局,图形化的界面设置
testZ
- 简单的计算器程序,运用GridBagLayout布局
Calculator
- Windows操作系统自带的计算器是个很方便的小工具,利用Java的GUI编程,实现一个Java GUI计算器应用程序界面,窗口标题为“计算器”,窗口布局如下图所示,在此计算器应用程序中实现“+、-、*、/”运算操作-Calculator that comes with Windows operating system is a very handy gadget to use Java, GUI programming, a Java GUI calculator application pr
a
- Windows计算器,是Windows操作系统自带计算器,,可以帮助用户完成数据的运算,它可分为“标准型”和“科学型”,本章的仿Windows计算器是标准型的Java实现,标准型Windows计算器实现的主要功能有:四则运算;求倒数;求开方;存储计算结果;读取计算结果;累积计算结果。 使用到JFrame和JPanel两个Swing容器,使用到JTextField和JButton两个Swing容器,使用BorderLayout和GridLayout做两个布局器,以及使用到事件、事件监听器和事
Counter
- 用Myeclipse应用表格布局开发的简单计算器执行“+”“—”“*”“/”运算-The layout of the development of a simple application form calculator
JSQ
- 计算器~理解Swing组件与容器层次,熟悉并掌握Java的布局管理、事件处理、Swing组件,掌握Swing编程。-jsq~理解Swing组件与容器层次,熟悉并掌握Java的布局管理、事件处理、Swing组件,掌握Swing编程。
java
- 创建一个图形界面,在其中装入各种组件包括菜单类。 (一)、为五个按钮(或其它组件)加入交互功能,当单击这些按钮时就在黑屏上分别输出1,2,3,4,5 (二) 为窗口设置关闭功能,为菜单设置交互功能。 (三) 为图形界面设置布局。 (四) 自编一个有个性特点的计算器或明信片。 -Create a graphical interface, in which the class into various components including the menu. (A),
Calculator
- 基本实现windows里简单计算器里的功能和布局。-Basically a simple calculator in windows in the functions and layout.
MyCalculator
- 基于swing,综合使用布局管理器创建并显示一个基本型的计算器界面。类的名称为MyCalculator。界面样式参考Windows中的计算器,未实现事件响应。-Based on the swing, the integrated use of layout managers to create and display a basic calculator interface. Class name is MyCalculator. Windows interface style referenc
calcutor
- 这是一个计算器的程序代码,用到的是java的布局以及时间的监听-This is a calculator program code, use the java and the time of the monitor layout
Calculator1
- 简单的计算器界面设计,适合于新手学习,主要学习内有是认识布局管理器的功能和运用-this is a simple designed calculator,that is suit to new software to develop and study
wuyu
- 实现一个简单的计算器,窗体事件的处理,多线程的处理,布局等等 登入模块的处理等-Implement a simple calculator, forms, event processing, multi-threaded processing, layout, etc. Log processing module
calculator
- 利用java做一个简单的计算器,使用面板和网格布局,添加一个文本框,10个数字按钮(0~9),一个等号按钮,一个清除按钮等,实现一些简单的运算-failed to translate
Calculator
- 计算器,实现常用的计算功能,当时写这个东东主要是想锻炼一下布局管理和监听器方面的知识,现在不搞JAVA了-Calculator, calculation, the time to write this stuff was mainly trying to exercise the knowledge of the layout manager and listener, and now not to engage in JAVA
jisuanqi
- 该计算器模仿Windows自带的计算器,只实现标准型计算器功能。 在完成Swing的学习后,练习使用Swing包中JFrame、JButton、JLabel、JTextField、JMenu、JMenuItem等组件完成图形界面绘制。 前期能够独立思考并完成计算器的逻辑代码。 熟练使用JButton、JTextField、JLabel等Swing包中组件。 熟练使用BorderLayout、FlowLayout、BoxLayout、GridLayout等布局。 能够根据需
计算器布局
- 使用了BorderLayout,Jpanel面板和GridLayout和JButton来实现整个计算器的编辑(he BorderLayout, the Jpanel panel, and the GridLayout and JButton are used to edit the entire calculator)
Jisuanqi
- 用JAVA实现了计算器得基本功能,基本布局,(The basic function and basic layout of the calculator are realized with JAVA.)