The splash screen, or startup bitmap, for VisualAge Smalltalk is read from a file. You can customize the image that displays when your executable starts by providing a new bitmap file. The dialog window that opens will resize to fit around the bitmap.
To change the bitmap that displays on startup, follow these steps:
If you do not want a bitmap to display when you start the image, you can either specify the -nosplash option or make sure there is no bitmap in the same directory as the executable that has the same name as the executable.