当前位置: 技术问答>java相关
怎样用java作一个屏幕保护程序?请帮忙
来源: 互联网 发布时间:2015-07-21
本文导语: 现在我有个任务,就是作一个屏幕保护程序,要求用纯java。屏幕保护的内容是一些花草图像的转换,请各位大侠帮忙给出例子。 如果能用,小弟还将奉送100分,谢谢大家了。 | 1.compile th...
现在我有个任务,就是作一个屏幕保护程序,要求用纯java。屏幕保护的内容是一些花草图像的转换,请各位大侠帮忙给出例子。
如果能用,小弟还将奉送100分,谢谢大家了。
如果能用,小弟还将奉送100分,谢谢大家了。
|
1.compile the java file to class file.
2.create bat file to run the class file.
Exampls: test.bat
c:
cd c:test
set classpath=.
java test
3.you can use "shell" command to run the bat file
Example:
in form unload event :
shell("c:testtest.bat")
4.change the Vb exe file to scr file
2.create bat file to run the class file.
Exampls: test.bat
c:
cd c:test
set classpath=.
java test
3.you can use "shell" command to run the bat file
Example:
in form unload event :
shell("c:testtest.bat")
4.change the Vb exe file to scr file