资源列表
[JSP源码/Java] swtdesigner
说明:一个叫HangMan的猜词游戏,左边显示要猜的词,右边显示图片。如果猜错,则右边的人被吊死,猜对,则释放-A puzzle game called "HangMan". The component on the left hand side displays the pullze world and one on the right hand side displays the picture. If the user get wrong answer ,the person on the ri<李明欣> 在 2025-07-20 上传 | 大小:10kb | 下载:0
[JSP源码/Java] 字体3维特效
说明:一个用Java实现字体的三维显示效果的小例子。-A example of 3-D specially effect of fonts realizing by Java<张丹> 在 2025-07-20 上传 | 大小:23kb | 下载:0
[JSP源码/Java] chatSystem111
说明:用java实现的一个c/s结构的网络聊天器,编缉工具是jbuilder,可实现*,私聊等功能-This is a chatting system using the tool-JBuilder in Java. The system is based on the Client/Server model. The main functiong is to implement you wishes to chat with a group of friends or just one p<张斌> 在 2025-07-20 上传 | 大小:291kb | 下载:0
[JSP源码/Java] yymDB
说明:实现了一个简单的数据库功能.包括 录入,查询,修改,显示所有记录,等等的基本的数据库功能 .-It implements a simple DB function,includes inputting,querying,modifying and displaying all the records,etc.<百里冰> 在 2025-07-20 上传 | 大小:5kb | 下载:0
[JSP源码/Java] Debug_StopWatch
说明:用JAVA写的计时程序,对进行程序调试与测试时可能会有帮助,我用他来测试网络程序的响应时间。-with JAVA time to write procedures for the commissioning and testing procedures may be helpful, I used his network to test the response time procedures.<黑天使> 在 2025-07-20 上传 | 大小:1kb | 下载:0
[JSP源码/Java] ExtractWordDocument
说明:从word文件中制取文字的控件,根据网上下载的代码修改。在jbuilder下通过测试。使用了第三方的控件。可以在网上免费下载。-word from the document text from the system controls, according to the Internet to download code changes. In JBuilder through testing. Use of third-party controls. The Internet can be do<黑天使> 在 2025-07-20 上传 | 大小:4kb | 下载:0
[JSP源码/Java] java记事本
说明:运行平台: LINUX/UNIX Macintosh Windows Server 2003 Windows 2000 Windows XP Windows CE Windows 9*/ME Windows NT MS-DOS-platforms : Linux/UNIX Macintosh Windows Server 2003 Windows 2000 Windows XP Windows CE Windows 9*/ME Windows NT MS-DOS<王猛> 在 2025-07-20 上传 | 大小:24kb | 下载:0
[JSP源码/Java] 使用smtp协议接受邮件
说明:使用javaApplet编写的smtp协议接受邮件软件!初学者有很多可以学习的地方!-use javaApplet prepared to accept the agreement smtp mail software! Beginners can learn a lot of places!<刘彦江> 在 2025-07-20 上传 | 大小:3kb | 下载:0
[JSP源码/Java] 传递参数
说明:使用javaApplet技术,通过HTML页面将信息传递给applet实现滚动广告!-use of technology, and HTML pages to deliver information to achieve applet rolling advertisements.<刘彦江> 在 2025-07-20 上传 | 大小:3kb | 下载:0
[JSP源码/Java] 检测鼠标事件
说明:在applet中检测到鼠标单击的位置。。并以这个点绘制一个x.y坐标-detected in the mouse click position. . And to the point of mapping coordinates a x.y<刘彦江> 在 2025-07-20 上传 | 大小:2kb | 下载:0
[JSP源码/Java] 监视键盘事件
说明:实现在applet中监测一个键盘按下的并获取按键的功能-achieve the applet monitoring a keyboard and press the button access to functions<刘彦江> 在 2025-07-20 上传 | 大小:2kb | 下载:0
[JSP源码/Java] JBuilder制作音频播放程序(2)
说明:JBuilder制作音频播放程序,需要注意的是,当播放时,界面上的各个按钮应当仍然可以对用户的操作进行事件响应,所以至少需要两个线程:一个控制歌曲的播放,另外一个对用户事件进行响应。因此我们的AudioPlay类需要实现Runable接口,以使用多线程技术。根据JDK的解释-JDK1.4.0,任何需要由线程执行的实例都应当实现Runable接口,而且由于我们只需要重写run()方法和stop()方法,并给start()方法多态化,所以我们选择实现Runable接口,这样就可以不需要继承Threa<麦麦> 在 2025-07-20 上传 | 大小:6kb | 下载:0