S LogoS Logo

ReDecorator

javaThis program is written in Java, you may wish to read this first.

This program rotates Windows wallpapers, so that each time you start your computer you are presented with a different backdrop.

How to install

  1. Create a directory somewhere, and put ReDecorator.jar in it.
  2. Now put any pictures in there that you wish to use as backdrops.
  3. These pictures should be bitmap files with the .bmp extension.
  4. Double click on ReDecorator.jar.

    If you see a box asking which program you want to open the file with, then your computer is not set up to run executable jar files properly. You can find out what you need to do here.

    If ReDecorator gives you a message, then you need to follow the instructions given there.

  5. If everything went ok, then a file called ReDecorator.conf should have been created, and one of the pictures will have been renamed to Current.bmp.
  6. Right-click on the desktop and click on Properties
  7. Go to the Desktop tab.
  8. Click Browse...
  9. Navigate to where you saved ReDecorator.jar and select Current.bmp
  10. Click Select then Ok
  11. Double click on ReDecorator.jar again.
  12. Drag, with the right mouse button, ReDecorator.jar onto the Start button. Do not let go of the mouse button yet.
  13. When the Start menu appears, still holding down the mouse button, move the mouse over the Programs menu (All Prorgams on WindowsXP).
  14. Still holding down the mouse button, move the mouse over the Startup menu.
  15. Move the mouse onto the menu that appears, then let go.
  16. Select Create Shortcuts Here

To do:

Downloads:

ReDecorator.jar (27kb), includes source code and javadoc documentation

Sample wallpapers (these work best when tiled) - Wallpapers.zip (209kb)

You can see an online version of the javadocs here.

Version History

  • 5.5 - Internal changes only. The most significant being moving the program into the net.skinnybrown package.
  • 4.6 to 5.4 - I have no idea where these versions went :-S
  • 4.5 - The file location methods are now much more robust.
  • 4.4 - Error messages now produce much more useful debugging info (Exception type and top of stack trace).
  • 4.3 - ReDecorator is now capable of handling the situation where no wallpapers can be found, by alerting the user appropriately. - First public release.
  • 4.2 - ReDecorator now displays a message when things go wrong.
  • 4.1 - Added URL decoding to support JDK 1.4
  • 4.0 - Re-written in Java.
  • 3.1 - Added the retention of the last file name to allow easier deleting of unwanted pictures.
  • 3.0 - Completely re-written due to hard disk failure.
  • 2.0 - Re-written in Visual Basic, added file name preservation.
  • 1.0 - One of my first C programs.