-
test
part1
(1)可以在“请输入文件路径和名称:”后面的文本框中输入文件名和路径。
(2)可以在文本区中写文本。
(3)可以在“请输入需要追加的内容:”后面的文本域中输入内容,按回车键之后,其中的内容会添加到文本区中(添加的内容另起一行)。
(4)单击“将文本区的内容写入文件”按钮,文本区中的内容就会被写到指定的文件中。
part2
(1)窗体的标题是“猜数字小游戏”。
(2)单击“得到一个随机数”按钮,系统会产生一个1~10之间的随机整数(使用Math类的方法random( ))。
(3)在“输入您的猜测:”后面的文本框中输入你要猜测的整数,之后单击“确定”按钮。
(4)对你猜测的整数,图形用户界面的最下面会有提示信息,没有猜的时候,显示“无反馈信息”,如果猜大了,显示“猜大了”,如果猜小了,显示“猜小了”,如果猜对了,显示“猜对了”。(其中,蓝色字体是JLabel类的对象调用方法setForeground(Color.blue)实现的。)(Java Simple Graphic Interface)
- 2020-12-11 15:59:18下载
- 积分:1
-
dmzqzd_downcc
说明: 代码简洁之道,主要对代码编写的规范型,命名的合理性进行讲解(Code concise way, mainly code preparation of the standard type, the rationality of naming on)
- 2020-06-16 13:40:02下载
- 积分:1
-
rmi_Example
1 example of RMI:
- Myserver: Bind address and registry 1 Rmi registry
- MyClient: call method from MyServer to execute
- 2012-08-08 09:43:09下载
- 积分:1
-
dubbo
说明: Java SpringBoot整合dubbo实例(Java SpringBoot integration dubbo Example)
- 2020-06-24 15:20:01下载
- 积分:1
-
Homework07
创建一个类,提供与java .lang.Math同名的所有方法,但每个方法均按度数而非弧度进行运算。具体要求是:在自己编写的类中,对Math类中的每一个方法加一层包装。(Create a class that provides all methods with the same name as java. lang. Math, but each method operates in degrees rather than radians. Specific requirements are: in their own class, each method in the Math class with a layer of packaging.)
- 2020-12-07 21:59:20下载
- 积分:1
-
JCalender-1.3.2
说明: adding a java calendar for your project, good luck
- 2019-01-05 16:13:44下载
- 积分:1
-
SoccerProject
这个是一个乐高机器人足球项目,,包括完整的代码(This is a Lego robot soccer project, including the complete code)
- 2013-01-30 21:21:13下载
- 积分:1
-
OwnFont
自己写的带有字体的java带界面的代码,导入可以直接使用。可以显示你的电脑上安装的大部分字体。(Write your own fonts with java code to interface with the import can be used directly. Most can display fonts installed on your computer.)
- 2014-01-18 19:14:32下载
- 积分:1
-
LuceneHelloWorld
lucene 入门源码,来自征服ajax+lucene(running lucene )
- 2009-06-14 13:38:00下载
- 积分:1
-
debug-constructor
Test debug event for constructor.
- 2014-02-02 21:56:26下载
- 积分:1