-
MainWindow
main window for finger print
- 2009-10-08 13:39:33下载
- 积分:1
-
JiSuanQi
java实现计算器,import java.awt.*
import java.awt.event.*
import javax.swing.*
public class JiSuanQi
{
Frame f
Label lab
Button[] bt=new Button[29]
JTextField t
StringBuffer str //显示屏所显示的字符串
double x,y //x和y都是运算数
int z //Z表示单击了那一个运算符.0表示"+",1表示"-",2表示"*",3表示"/"
static double m //记忆的数字
JiSuanQi()
{(java implementation calculator, import java.awt.* import java.awt.event.* import javax.swing.* public class JiSuanQi {Frame f Label lab Button [] bt = new Button [29] JTextField t StringBuffer str //display character string displayed double x, y //x and y are the operands int z //Z represents an operator clicks that 0 means " +" , 1 indicates " -" , 2 is " *" , 3 is " /" static double m //number in memory JiSuanQi () {)
- 2013-05-24 19:03:04下载
- 积分:1
-
struct2
struts2框架中的为应用指定多个配置文件,可以使在编写框架时等心应手(struts2 framework for the application to specify more than one configuration file, the heart in the preparation of the framework should hand)
- 2012-08-27 09:50:16下载
- 积分:1
-
timetable
一款Java版的课程表软件 联合开发网 - pudn.com
- 2015-06-02 19:23:48下载
- 积分:1
-
Exercise18_1
java编程思想的题,用awt写的音频播放器,能实现多种循环方式。(java programming ideas for the title, written by awt audio player, can achieve a variety of cycle ways.)
- 2013-11-27 21:58:06下载
- 积分:1
-
java
一个界面软件,为每天配置了一个TXT文件,可以查询天气,并储存。还可添加待办事项(An interface software for the daily allocation of a TXT file, you can check the weather, and storage. Can also add Do)
- 2010-05-12 09:09:50下载
- 积分:1
-
JtableDemo
这是一个简关的JAVA程序,主要作用是体验出JTable的功能(This is a JAVA Jane clearance procedures, the main role is to experience the functions of a JTable)
- 2008-04-10 20:55:42下载
- 积分:1
-
SimpleJPanelclass
主要的利用Java中的JButton和Jlabel实现对登录界面的制作(Making the login screen, mainly the use of JButton and Jlabel)
- 2013-12-11 16:06:58下载
- 积分:1
-
shoupiao
列车购票系统,列车员,用户,购票查询增删改等功能(Train ticketing systems, conductor, users, ticket inquiries CRUD functions)
- 2014-06-18 22:59:40下载
- 积分:1
-
JAVA-programming
本书介绍了java语言的基本特性,包括字符串、选择、小应用程序以及异常等内容。与一般书籍不同的事,本书用大量的示例说明了java语言的语法、特性等,特别适合与刚刚接触java的学生,使其在实战中锻炼java语言的开发技巧。(This book introduces the basic features of java language, including strings, select, small applications, and exceptions and so on. Different things with the general books, book with plenty of examples illustrate the syntax of the java language, characteristics, especially for students and new to java, java training in actual combat to the development of language skills.)
- 2011-11-08 13:36:43下载
- 积分:1