-
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
-
based on ArcIMS GIS example ~! To achieve most of the operational map, including...
基于arcims地理信息系统示例~!实现了大部分的地图操作,包括地图的放大、缩小、全图、鹰眼、漫游等等。-based on ArcIMS GIS example ~! To achieve most of the operational map, including the map to zoom, the whole map, Hawkeye, roaming and so on.
- 2022-05-06 21:37:20下载
- 积分:1
-
从给定的字母矩阵中查找给定的字典所包含的字符串,并把结果按字典序输出到指定文件中...
从给定的字母矩阵中查找给定的字典所包含的字符串,并把结果按字典序输出到指定文件中-from letters to the Matrix to find the dictionary contained the string, and the results by lexicographic output to a designated document
- 2023-05-29 20:00:02下载
- 积分:1
-
这是一个菜单的源码!!请下载吧,磊
这是一个菜单的源码!!请下载吧,磊-this is a meun! plese down
- 2023-01-18 23:40:04下载
- 积分:1
-
java关于编辑器的非常实用软件
java关于编辑器的非常实用软件-editor on the very practical software
- 2023-08-27 21:50:03下载
- 积分:1
-
shejimoshi是各种java书籍简介,对于程序员来说是一个严重的问题。
shejimoshi是一本简单介绍各种java书籍,对于编程人员来说是一本非常不错的书籍。-shejimoshi is a brief introduction of various java books, For programmers is a very good book.
- 2022-01-26 02:57:18下载
- 积分:1
-
用Java实现的局域网广播系统的课程设计
用Java实现的局域网广播系统的课程设计-Implemented using Java LAN broadcasting system curriculum design! ! !
- 2023-01-30 02:40:03下载
- 积分:1
-
请仔细阅读你写的文件包其特定的前…
请认真阅读您的文件包然后写出其具体功能(至少要20个字)。尽量不要让站长把时间都花费在为您修正说明上。压缩包解压时不能有密码。系统会自动删除debug和release目录,所以请不要将文件放在这两个目录下
-Please read them carefully before you write the document package to their specific functions (at least 20 words). Try not to let the station master at the time you spend on the amendment note. Package should not have a password when extracting. The system will automatically delete debug and release directory, so please do not file on these two directory
- 2023-01-07 08:25:03下载
- 积分:1
-
建立一个序列号生成器,并称之为小例子程序,其中…
一个建立Oracle序号发生器并调用的小例子程序,其中包含Oracle中序号发生器的建立-establish a serial number generator and called small examples procedures, which include Oracle serial number generator building
- 2023-06-24 22:55:03下载
- 积分:1
-
JAVA language related to the contents of the second edition of the procedure, wi...
JAVA语言第二版程序相关内容,内副几个小程序-JAVA language related to the contents of the second edition of the procedure, with some small procedures, deputy
- 2022-03-23 13:00:17下载
- 积分:1