my dog learned polymorphism
The moose likes Java in General and the fly likes Java screen saver Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Java screen saver" Watch "Java screen saver" New topic
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
    
    3

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.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Java screen saver
 
Similar Threads
screen saver in java
screen saver application in j2me
Not Responding since 1995
How to create screen savers for Ubuntu?
Screen Saver Maker