-
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
-
RpcChannel
Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: //.
- 2013-11-28 14:24:50下载
- 积分:1
-
sjrqfwq
时间日期服务器(Date and Time Server)
- 2007-01-16 21:27:24下载
- 积分:1
-
java-Custom-Annotation
java自定义Annotation,代码详细有注释,可以直接在MyEclipse运行。欢迎下载使用(java custom Annotation, codes detailed notes, directly in MyEclipse. Welcome to download)
- 2016-05-10 10:30:08下载
- 积分:1
-
FACE
这是一个在java中显示笑脸,哭脸等不同表情的程序,总共可现实三种表情!(this is a programe that can show different face expressionn!)
- 2013-11-19 22:03:31下载
- 积分:1
-
bpso
基于粒子群的无功优化编程,使得系统网损最小。(Reactive power optimization based on particle swarm of programming, system network loss is minimal.)
- 2020-12-25 11:19:05下载
- 积分:1
-
Eclipse_pdf
说明: 对于初学JAVA语言的人来说,经常对eclipse这个开发工具的使用很不熟悉,这个PDF文件可以帮助你进行很好的了解和掌握(JAVA language for beginner people, often eclipse the use of development tools is very familiar with, this PDF document can help you carry out a very good understanding and knowledge of)
- 2008-11-17 09:04:11下载
- 积分:1
-
new-java-exercise50
最新JAVA编程题全集_50题及答案,收集了最新的一些java试题,有很详细的解答(Complete _50 latest JAVA programming problems questions and answers, a collection of some of the latest java questions, there is a very detailed answer)
- 2013-09-23 16:15:14下载
- 积分:1
-
11
说明: 一只青蛙一次可以跳上1级台阶,也可以跳上2级。求该青蛙跳上一个n级的台阶总共有多少种跳法。要求:分别用普通方法和递归方法实现(A frog can jump up a step or two at a time. Find out how many jumping methods the frog can use to jump up an n-step. Requirements: Implemented by common method and recursive method respectively)
- 2019-03-10 16:48:12下载
- 积分:1
-
jmp123
是一个MP3 Java播放器。注重在MP3解码上面,使用jmp方式解码,所以无播放页面。但可以通过命令窗口或eclipse运行,播放歌曲。(Is a Java MP3 player. Focus on the MP3 decoder, the use of JMP decoding, so no player page. But you can run through the command window or eclipse, play the song.
)
- 2016-07-21 13:46:55下载
- 积分:1