登录
首页 » Java » JVedioSystem

JVedioSystem

于 2020-12-15 发布 文件大小:78KB
0 116
下载积分: 1 下载次数: 5

代码说明:

  是一个文件播放器,实现文本,图片,音频,视频的播放功能。(Is a file player to achieve the text, images, audio and video playback.)

文件列表:

JVedioSystem
............\bak
............\...\jvideosystem
............\...\............\JVideoPlayer.java~1~
............\...\............\JVideoPlayer.java~2~
............\...\............\JVideoPlayer.java~3~
............\...\............\JVideoPlayer.java~4~
............\...\............\JVideoPlayer.java~5~
............\...\............\JVideoPlayerFrame.java~113~
............\...\............\JVideoPlayerFrame.java~114~
............\...\............\JVideoPlayerFrame.java~115~
............\...\............\JVideoPlayerFrame.java~116~
............\...\............\JVideoPlayerFrame.java~117~
............\...\............\JVideoPlayerFrame.java~118~
............\...\............\JVideoPlayerFrame.java~119~
............\...\............\JVideoPlayerFrame.java~120~
............\...\............\JVideoPlayerFrame.java~121~
............\...\............\JVideoPlayerFrame.java~122~
............\...\............\ReadFile.java~1~
............\...\............\ReadFile.java~2~
............\classes
............\.......\jvideosystem
............\.......\............\about.png
............\.......\............\JVideoPlayer.class
............\.......\............\JVideoPlayerFrame$JVideoPlayerFrame_controlcom_hierarchyBoundsAdapter.class
............\.......\............\JVideoPlayerFrame$JVideoPlayerFrame_jCheckBoxMenuItem_loop_actionAdapter.class
............\.......\............\JVideoPlayerFrame$JVideoPlayerFrame_jCheckBoxMenuItem_loop_itemAdapter.class
............\.......\............\JVideoPlayerFrame$JVideoPlayerFrame_jMenuBar1_ancestorAdapter.class
............\.......\............\JVideoPlayerFrame$JVideoPlayerFrame_jMenuFileExit_ActionAdapter.class
............\.......\............\JVideoPlayerFrame$JVideoPlayerFrame_jMenuHelpAbout_ActionAdapter.class
............\.......\............\JVideoPlayerFrame$JVideoPlayerFrame_jMenuIFileOpen_actionAdapter.class
............\.......\............\JVideoPlayerFrame$JVideoPlayerFrame_this_containerAdapter.class
............\.......\............\JVideoPlayerFrame$JVideoPlayerFrame_this_windowAdapter.class
............\.......\............\JVideoPlayerFrame.class
............\.......\............\JVideoPlayerFrame_AboutBox.class
............\.......\............\JVideoPlayerFrame_controlcom_hierarchyBoundsAdapter.class
............\.......\............\JVideoPlayerFrame_jCheckBoxMenuItem_loop_itemAdapter.class
............\.......\............\JVideoPlayerFrame_this_containerAdapter.class
............\.......\............\ReadFile.class
............\.......\package cache
............\.......\.............\jvideosystem.dep2
............\doc
............\...\jvideosystem
............\...\............\JVideoPlayerFrame.html
............\JVideoSystem.jpx
............\JVideoSystem.jpx.local
............\JVideoSystem.jpx.local~
............\JVideoSystem.jpx~
............\src
............\...\jvideosystem
............\...\............\about.png
............\...\............\JVideoPlayer.java
............\...\............\JVideoPlayerFrame.java
............\...\............\JVideoPlayerFrame.java~
............\...\............\JVideoPlayerFrame.jbx
............\...\............\JVideoPlayerFrame.jbx~
............\...\............\JVideoPlayerFrame_AboutBox.java
............\...\............\ReadFile.java

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • processing
    文字可视化,对于给定的文本,输出可视化效果的程序。(word visualization)
    2020-11-28 20:39:28下载
    积分:1
  • ajax
    非常好的一本AJAVA书。很好!很好!很好!很好!很好!很好!(dasdasdasasdasdsadasdas)
    2009-05-13 23:30:40下载
    积分:1
  • EBJ的商业应用
    EBJ的商业应用---订购单-EBJ business applications-- purchase orders
    2023-02-10 04:50:04下载
    积分:1
  • cms管理系统
    springboot+mybatis+beetl开发的一款CMS,支持自定义内容模型、模板标签、全站静态化等功能(功能不断完善中.....)# Quick Start##### 1、将sql目录下db.sql导入本地数据库,修改resources目录下的plication.properties配置文件。![](https://raw.githubusercontent.com/westboy/CicadasCms/master/CicadasCms/doc/s1.png)![](https://raw.githubusercontent.com/westboy/CicadasCms/master/CicadasCms/doc/s2.png)##### 2、 运行CmsApplication类下main方法启动项目(超级管理员:admin,密码:123456)![后台首页](https://raw.githubusercontent.com/westboy/CicadasCms/master/CicadasCms/doc/index.png "后台首页")![内容管理](https://static.oschina.net/uploads/space/2017/0818/172741_OaDV_1409333.png "内容管理")![内容管理](https://static.oschina.net/uploads/space/2017/0818/172843_eANP_1409333.png "内容管理")![站点管理](https://static.oschina.net/uploads/space/2017/0818/172606_58lG_1409333.png "站点管理")![定时任务](https://static.oschina.net/uploads/space/2017/0818/172806_vCHS_1409333.png "定时任务")![模板管理](https://
    2022-07-04 13:40:18下载
    积分:1
  • mail
    关于邮件发送的源代码,希望采纳,谢谢合作 ,如果有意见。请与我练习,谢谢合作(About mail source code, hope to adopt, thank you)
    2013-10-05 17:14:36下载
    积分:1
  • Bantuin-dong-mas
    A part of aplication component that needed when we need to perform an interfacing between plc and pc
    2015-01-24 22:34:03下载
    积分:1
  • project2
    设计一个简单的课程管理系统(CourseManager)。主要功能包括: 课程信息的录入。主要包括:课程号(no)、课程名(name)、学分(grade)等; 课程信息的查询。根据课程号、课程名和学分等查询课程的信息。注意:查询结果可能不唯一。 课程信息的修改。根据课程号查询到指定课程的信息,再用新的内容替换。 课程信息的删除。根据课程号删除指定课程的信息。 设计时,采用层次化设计法,将类分为界面层(ui)、功能层(business)和持久层(persistence)3层,放在不同子包中。整个系统的代码放在exe4_2包中。(Design a simple course management system (CourseManager). Key features include: Entry course information. Including: course number (no), course name (name), credits (grade) and the like Queries course information. Information based curriculum, course name and credit and other inquiries courses. Note: query results may not be unique. Modify course information. Inquiry based curriculum to the specified courses, and then replaced with new content. Remove course information. Remove a specified course of information based curriculum. Design, the use of hierarchical design method, the class is divided into the interface layer (ui), the functional layer (business) and persistence (persistence) 3 layers in different sub-packages. The system code in the exe4_2 package.)
    2015-05-30 18:38:59下载
    积分:1
  • findJar
    根据class文件名搜索对应所属的*.jar(According to the file name search for the corresponding class belongs* .jar)
    2016-12-23 10:27:42下载
    积分:1
  • java version Term
    java版Term-java version Term
    2022-08-25 04:38:04下载
    积分:1
  • easypermissions
    说明:  easypermissions框架的用法(Usage of easypermissions framework)
    2019-06-04 09:42:35下载
    积分:1
  • 696524资源总数
  • 103988会员总数
  • 56今日下载