Date: 24 May 2011 18:35:00 GMT-04:00
Subject: Background Changer
Hi,
� I tend change the background on Pharo a lot, so i made a little application to change the background using an image gallery, so you can see the image you want to put on the background.
You can load it with:
Gofer new
package: 'BackgroundChanger';
load.
It register on the World menu->System->Change Background
It will ask for a directory with images, and then show you a gallery with the images on that directory.
Then you can select an image, and select the layout for the background.
Greetings,
� Daniel Galdames G.