搜索资源列表
howdy
- Howdy Communication System的目的是提供一个简单、易用的基于文本的 TCP/IP 通信方法,使用一个简单的图形用户界面。服务器和客户端都是小型的,可以在任何支持Java的系统上运行。-Howdy Communication System for the purpose of providing a simple, easy-to-use text-based TCP / IP communication method, the use of a simple graphi
图形用户界面求和3
- 用java编的图形用户界面求和,挺简单实用,适合初学者-series with the graphical user interface for peace, they are simple and practical, suitable for beginners
Lift
- 用Java实现的电梯模拟程序。某公司要建造一栋n层的办公楼并用“最先进“的电梯进行装备,公司希望开发一个Java applet模拟电梯操作,从而决定它是否符合公司的要求。 这部电梯能够容纳n个人,为节约能源,只有在需要时才运行。每天的开始,电梯关着门停在办公楼的底层,当然,电梯的运行方向是升降交替的。 要求模拟器具有一个简单的图形用户界面――一个只包含“New Person“按钮的applet。
library
- 运用java语言开发的简单的图书馆管理系统,熟练掌握SQL命令 掌握Swing图形用户界面编程。 掌握java与数据库的连接技术。 掌握java.sql包中提供各种类,编写程序实现数据库信息的存取和查询。 -Language development using a simple java library management system, master SQL commands to master Swing graphical user interface programmi
calculator
- 使用java用户图形界面编译的带有简单计算功能的计算器,除了普通的加减乘除运算,还有平方根计算,显示数据区域还有退格功能-Compiled using java graphical user interface functions with a simple calculation calculator, in addition to ordinary addition and subtraction, multiplication and division, and square root c
Java
- <正> 在这个充满图形、图像、动画、声音、影像的今天,我们开始意识到:随着多媒体时代的到来,计算机的功能已不局限于其高速运算的数据操作能力,它还可以利用声音、图形、图像等使程序生动起来。我们可以在自己的程序中放一幅图片,也可以在给客户的程序中放一幅他们的商标,当然也可以在程序运行时给用户播放—些美妙的声音……,所有的这—切,你也可以拥有的,本文将简单阐述 Java 编程中图形图像的运用。通过 Java 一些自含类包所提供的功能,我们就可以轻松进行强而有力的图形界面开发,比如我们可以用
javaGraphicUserInterface
- 用java语言编写的图形用户界面简单的几个程序,便于理解-Java language with graphical user interface of a few simple procedures, easy to understand
14191217571
- 全国计算机等级考试四合一过关训练二级Java第 1 章 公共基础知识 第 2 章 Java语言概述 第 3 章 简单数据类型 第 4 章 运算符和表达式 第 5 章 流程控制 第 6 章 类、数组和字符串操作 第 7 章 异常处理 第 8 章 输入输出及文件操作 第 9 章 线程与对象串行化 第 10 章 编写图形用户界面 第 11 章 Applet程序设计 第 12 章 J2SDK的下载和操作 第 13 章 Java应用 -NCRE clea
LoginJFrame
- 用户登录界面 java 实现 简单的图形界面-User login screen to achieve a simple graphical interface java
88
- 利用JAVA实现计算器界面,是一个简单图形用户界面的设计。-Implementation using JAVA calculator interface is a simple graphical user interface design.
computer
- 用java编写的一个简单的计算器,具有图形用户界面,适合初学者参考-Prepared using a simple java calculator with a graphical user interface, suitable for beginners reference
GUI
- 关于java图形用户界面的简单例子,适合初学java者学习用,是基本的java编程-Java graphical user interface on a simple example, suitable for beginners who learn to use java, java programming is the basic
test2_1
- 用java语言实现的简单计算器,图形用户界面的应用。-Java language with a simple calculator, a graphical user interface applications.
MyGame
- 使用java 图形用户界面实现 俄罗斯方块 功能简单 容易实现-Using java graphical user interface Tetris Features simple and easy to implement
xueshengxinxiguanlixitong
- 使用java图形用户界面 实现简单管理 学生信息管理系统 -Using java graphical user interface for simple management of student information management system
Library
- 使用java图形用户界面 实现简单管理学生信息管理系统.-Java graphical user interface using simple management of student information management system.
TempDeletionTool
- 这是一个简单的文件编辑器,通过java的图形用户界面,可以寻找文件,然后选择文件,对文件进行清除,修改,并且也可以显示详细的信息。-This is a simple text editor, a graphical user interface through java, you can find the file, then the file, remove the file, modified, and can also display detailed information.
047282
- 图形用户界面样板简单的图形用户界面程序使用JAVA语言实现()
学生成绩管理系统
- 程序是使用java编写的,实现学生成绩的录入,查询,修改以及删除等功能,通过连接数据库对数据的存储,采用Java中Swing图形用户界面平台进行操作实现简单的数据操作。(The program is written in Java, and realizes the functions of recording, querying, modifying and deleting students' scores. By storing data in connection with databa
test
- part1 (1)可以在“请输入文件路径和名称:”后面的文本框中输入文件名和路径。 (2)可以在文本区中写文本。 (3)可以在“请输入需要追加的内容:”后面的文本域中输入内容,按回车键之后,其中的内容会添加到文本区中(添加的内容另起一行)。 (4)单击“将文本区的内容写入文件”按钮,文本区中的内容就会被写到指定的文件中。 part2 (1)窗体的标题是“猜数字小游戏”。 (2)单击“得到一个随机数”按钮,系统会产生一个1~10之间的随机整数(使用Math类的方法random( ))