-
JBuilder制作音频播放程序,需要注意的是,当播放时,界面上的各个按钮应当仍然可以对用户的操作进行事件响应,所以至少需要两个线程:一个控制歌曲的播放,另外一...
JBuilder制作音频播放程序,需要注意的是,当播放时,界面上的各个按钮应当仍然可以对用户的操作进行事件响应,所以至少需要两个线程:一个控制歌曲的播放,另外一个对用户事件进行响应。因此我们的AudioPlay类需要实现Runable接口,以使用多线程技术。根据JDK的解释-JDK1.4.0,任何需要由线程执行的实例都应当实现Runable接口,而且由于我们只需要重写run()方法和stop()方法,并给start()方法多态化,所以我们选择实现Runable接口,这样就可以不需要继承Thread类而使用Thread类的实例来运行了。-JBuilder produced audio player, it needs attention is that when players, the interface on the various buttons can still be right for users to operate the incident response, at least two threads : a control song playback, the other to users respond to the incident. Therefore we need to achieve AudioPlay category Runable interface to the use of multi-threading. According to the interpretation of JDK- JDK1.4.0 any need for threaded implementation of the examples are to be achieved Runable interface, and because we only need to be rewritten to run () method and stop () method, and to start () method is polymorphic, so we have chosen to achieve Runable Interface so you can not inherit Thread type and category of use Thread e
- 2022-07-01 06:32:38下载
- 积分:1
-
自动发50封邮件 里面自带说明书,是我的一次作业
自动发50封邮件 里面自带说明书,是我的一次作业-Automatically be sent 50 e-mail which comes with instructions that I have a job
- 2023-07-14 00:05:03下载
- 积分:1
-
BS模式的图书借书,使用JAVA语言实现的,编程环境是JB。
BS模式的图书借书,使用JAVA语言实现的,编程环境是JB。-this is libary system which is bs scheme.I hope this model can give some help to you work.
- 2022-04-21 15:09:24下载
- 积分:1
-
采用ssh架构做的基于了B/S事业单位公开招聘系统,是公司真实开发过的系统,值得学习一下。...
采用ssh架构做的基于了B/S事业单位公开招聘系统,是公司真实开发过的系统,值得学习一下。-Architecture using ssh to do based on the B/S and institutions through open recruitment system, the real development of the company had a system, it is worth learning about.
- 2022-09-25 02:55:06下载
- 积分:1
-
"JBuilder2.0 Programmer s Guide"
《JBuilder2.0 Programmer s Guide》 -"JBuilder2.0 Programmer s Guide"
- 2022-04-14 12:17:42下载
- 积分:1
-
Jive论坛1 src
Jive Forums 1.0 src
- 2022-08-08 12:11:23下载
- 积分:1
-
Gmail API for Java 一个gmail信箱的客户端,直接访问gmail信箱,不用登陆gmail网站。...
Gmail API for Java 一个gmail信箱的客户端,直接访问gmail信箱,不用登陆gmail网站。-Gmail API for Java a gmail mail client, direct access gmail mailbox, not gmail landing site.
- 2022-02-15 18:38:44下载
- 积分:1
-
这个完整的源代码,为我们的移动游戏冬季运动。源代码是…
This the full source code for our mobile game Winter Sports. The source code is distributed under the terms of the GNU Public License.-This the full source code for our mobile g ame Winter Sports. The source code is distribut ed under the terms of the GNU Public License.
- 2022-05-14 17:00:04下载
- 积分:1
-
阿房投票问卷管理系统 1)管理员登陆帐号和密码都是admin。 2)数据库连接方式是使用JDBC For SQL Server驱动。用户使用时要修改openda...
阿房投票问卷管理系统 1)管理员登陆帐号和密码都是admin。 2)数据库连接方式是使用JDBC For SQL Server驱动。用户使用时要修改opendata.jsp文件,修改SQL Server登陆用户名和密码。 3)目前的数据库连接、访问、修改都是通过页面完成,效率不是太高,在新版本中将使用JavaBeans实现。 4)新版本将添加如下功能:管理员权限设置、投票主题发布可选择单选或多选、投票者留言反馈等。-Awa vote a questionnaire Management System) administrator landing account and password are admin. 2) The database connection is to use SQL Server For JDBC driver. When users opendata.jsp document to amend, modify SQL Server username and password. 3) the current database connections, access, modify through the pages are completed, efficiency is not high, the new version will use JavaBeans achieve. 4) The new version will add the following functions : administrator settings, the option to vote theme release danxuan or election, voters voice feedback.
- 2022-08-07 19:38:39下载
- 积分:1
-
在线编辑器实例
在线编辑器实例-源码与使用方法
FCKeditor是一个专门使用在网页上属于开放源代码的所见即所得文字编辑器。-On-line editor examples- source code and use FCKeditor is an exclusive use of the website belongs to the open source WYSIWYG text editor.
- 2022-01-26 02:51:11下载
- 积分:1