首页 \ 问答 \ 手机有音乐播放器为什么还要下JAVA的播放器

手机有音乐播放器为什么还要下JAVA的播放器

视频播放器也是 , 为什么手机本身能播放 还要下载JAVA的! 
 用JAVA播放器的时候 还不能玩JAVA游戏和挂QQ 
 为什么那么多人还要下呢!
更新时间:2022-04-21 07:04

相关问答

更多
  • java图形界面[2024-05-14]

    1.有用没有用要看客户的需求是什么,如果客户要求用java做一个富客户端界面,那么java图形界面就是有用的。一个东西被设计出来,肯定有它的道理的。因为现在大部分应用是基于B/S结构,对于C/S结构,现在是用的少了。 2.java图形界面是属于基础java中的内容,javaweb是javaee企业级开发中的内容。要学习javaee必须先学习javese,打好基础。javaee中有13种技术,目前用的比较多的有:servlet,jsp,jdbc,ejb和XML。另外:还要学习主流数据库,如:oracle,sq ...
  • 一般java图形界面使用swing开发。你可以去查相关的资料。
  • java可视化有awt和swing框架。 简单的在main方法中,new JFrame().setVisible(true);就可以显示一个默认的窗口。
  • jsp也是java语言,只要你会java到哪都能用。
  • 你得写一个GUI的类,例:写一个类继承javax.swing.JFrame; 然后在构造方法里super("窗体标题"); this.setSize(int 高,int 宽); this.setVisiable(true); 不管是CMD模式下还是IDE下面都能运行出窗体来。。
  • 如有个为Hello.java的文件 首先运行里输入cmd 找到你保存的java安装路径bin下(也可设置环境变量,就可以保存在其他位置,具体怎么设置好多书上有,如果不知道可以联系我) 然后输入javac Hello.java 再输入java Hello 这样它就会生成一个叫Hello.class文件 再打开个记事本 输入下面的代码: ...
  • 修改成这样: import java.awt.*; import javax.swing.*; public class test2 extends JFrame { public static void main(String[] args) { test2 a = new test2(); } public test2() { JButton a1 = new JButton("东"); JButton a2 = new JButton("西"); JButton a3 = new JButton("南 ...
  • 因为这是个applet 不能直接运行 注意:applet不能直接用java命令运行 方法(步骤): 1、Javac welcome.java后生成welcome.class 2、在跟welcome.class同一级的目录下新建一个文本文件,并输入: 3、保存并将文件名改为welcome.html (这个html文件的名字任意,在这边我用welcome) 4、在cmd中输入appletvi ...
  • 皮肤啊?好像有个skin++的东西,你研究研究 .。听说皮肤和钩子函数有关,我也没学过
  • 如何有什么不清楚,或是还有什么要求便留言! import java.awt.Dimension; import java.awt.FlowLayout; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import javax.swing.JButton; import javax.swing.JFrame; import javax.swing.JLabel; import javax.swing.JText ...

相关文章

更多

最新问答

更多
  • 您如何使用git diff文件,并将其应用于同一存储库的副本的本地分支?(How do you take a git diff file, and apply it to a local branch that is a copy of the same repository?)
  • 将长浮点值剪切为2个小数点并复制到字符数组(Cut Long Float Value to 2 decimal points and copy to Character Array)
  • OctoberCMS侧边栏不呈现(OctoberCMS Sidebar not rendering)
  • 页面加载后对象是否有资格进行垃圾回收?(Are objects eligible for garbage collection after the page loads?)
  • codeigniter中的语言不能按预期工作(language in codeigniter doesn' t work as expected)
  • 在计算机拍照在哪里进入
  • 使用cin.get()从c ++中的输入流中丢弃不需要的字符(Using cin.get() to discard unwanted characters from the input stream in c++)
  • No for循环将在for循环中运行。(No for loop will run inside for loop. Testing for primes)
  • 单页应用程序:页面重新加载(Single Page Application: page reload)
  • 在循环中选择具有相似模式的列名称(Selecting Column Name With Similar Pattern in a Loop)
  • System.StackOverflow错误(System.StackOverflow error)
  • KnockoutJS未在嵌套模板上应用beforeRemove和afterAdd(KnockoutJS not applying beforeRemove and afterAdd on nested templates)
  • 散列包括方法和/或嵌套属性(Hash include methods and/or nested attributes)
  • android - 如何避免使用Samsung RFS文件系统延迟/冻结?(android - how to avoid lag/freezes with Samsung RFS filesystem?)
  • TensorFlow:基于索引列表创建新张量(TensorFlow: Create a new tensor based on list of indices)
  • 企业安全培训的各项内容
  • 错误:RPC失败;(error: RPC failed; curl transfer closed with outstanding read data remaining)
  • C#类名中允许哪些字符?(What characters are allowed in C# class name?)
  • NumPy:将int64值存储在np.array中并使用dtype float64并将其转换回整数是否安全?(NumPy: Is it safe to store an int64 value in an np.array with dtype float64 and later convert it back to integer?)
  • 注销后如何隐藏导航portlet?(How to hide navigation portlet after logout?)
  • 将多个行和可变行移动到列(moving multiple and variable rows to columns)
  • 提交表单时忽略基础href,而不使用Javascript(ignore base href when submitting form, without using Javascript)
  • 对setOnInfoWindowClickListener的意图(Intent on setOnInfoWindowClickListener)
  • Angular $资源不会改变方法(Angular $resource doesn't change method)
  • 在Angular 5中不是一个函数(is not a function in Angular 5)
  • 如何配置Composite C1以将.m和桌面作为同一站点提供服务(How to configure Composite C1 to serve .m and desktop as the same site)
  • 不适用:悬停在悬停时:在元素之前[复制](Don't apply :hover when hovering on :before element [duplicate])
  • 常见的python rpc和cli接口(Common python rpc and cli interface)
  • Mysql DB单个字段匹配多个其他字段(Mysql DB single field matching to multiple other fields)
  • 产品页面上的Magento Up出售对齐问题(Magento Up sell alignment issue on the products page)