资源列表
Query123
- 一个比较简单的JAVA查帐代码,本人刚开始写,这个也许有用-a relatively simple audit of Java code, I just started writing, perhaps useful
Acme包中的以Post方式发送数据的例子。
- 很经典的POST例子,上传上来看看,希望有用-classic POST example, look at upload onto the hope that useful
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
字体3维特效
- 一个用Java实现字体的三维显示效果的小例子。-A example of 3-D specially effect of fonts realizing by 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
yymDB
- 实现了一个简单的数据库功能.包括 录入,查询,修改,显示所有记录,等等的基本的数据库功能 .-It implements a simple DB function,includes inputting,querying,modifying and displaying all the records,etc.
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.
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
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
使用smtp协议接受邮件
- 使用javaApplet编写的smtp协议接受邮件软件!初学者有很多可以学习的地方!-use javaApplet prepared to accept the agreement smtp mail software! Beginners can learn a lot of places!
监视键盘事件
- 实现在applet中监测一个键盘按下的并获取按键的功能-achieve the applet monitoring a keyboard and press the button access to functions
JBuilder制作音频播放程序(2)
- JBuilder制作音频播放程序,需要注意的是,当播放时,界面上的各个按钮应当仍然可以对用户的操作进行事件响应,所以至少需要两个线程:一个控制歌曲的播放,另外一个对用户事件进行响应。因此我们的AudioPlay类需要实现Runable接口,以使用多线程技术。根据JDK的解释-JDK1.4.0,任何需要由线程执行的实例都应当实现Runable接口,而且由于我们只需要重写run()方法和stop()方法,并给start()方法多态化,所以我们选择实现Runable接口,这样就可以不需要继承Threa