| Author |
Java screen saver
|
Tom Josephits
Greenhorn
Joined: Mar 11, 2012
Posts: 27
|
|
From what I've read, a screen saver is just a program that runs off specific commands from the prompt. I wanted to make one for a friend but I don't know what the commands are. Also, how can I make it so under the screensaver menu there are settings for the specific program?
I found all this at this tutorial, problem solved:
http://www.harding.edu/fmccown/screensaver/screensaver.html
|
 |
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19232
|
|
|
So you switched from Java to C#? Not that C# is a bad language (I actually quite like it), but I thought you wanted to do this in Java.
|
SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
|
 |
Martin Vajsar
Bartender
Joined: Aug 22, 2010
Posts: 2384
|
|
|
C# probably makes the integration of the screensaver into Windows a lot easier. Firstly it is capable of producing Windows EXE file directly, and secondly the SetParent and subsequent calls in that tutorial might be hard to mimic in Java. Of course, there are some EXE wrappers for Java and the preview mode does not need to be implemented, so it is doable in Java.
|
 |
 |
|
|
subject: Java screen saver
|
|
|