[求助]一个关于定时程序的编写问题
个位好,我是一个JAVA的新人,学习JAVA编程有一段时间了,最近自己想编一个定时的闹钟程序,希望各位高人可以给我一些建议,和指导。程序要求如下:
1.有自己的界面,2.可以自己定义一个MP3文件作为闹铃,3.可以让文件定时开启(如:3分钟后打开OFFICE或播放视频文件等),4.如何把编好的代码生成可以使用的安装文件
写这个程序不难,但是写好也不简单,看你对自己要求的质量多高.
既然你学JAVA有一段时间了,那前3点就不说,都是一些API的运用,做个多线程的吧,感觉会好一点
第4点可以通过第三方软件实现,目前我知道的一款软件:JSmooth .
下面是JSmooth的Readme截取:
JSmooth is a Java Executable Wrapper that makes a standard Windows
executable binary (.exe) from a jar file. It makes java deployment
much smoother and user-friendly, as it is able to find a Java VM by
itself. When no VM is available, it provides feed-back to the users,
and can launch the default web browser to an URL that explains how
to download a Java VM.