A widget that covers the entire browser window, displaying application loading progress, and that fades out after the application has been loaded. Your basic loading screen.
This screen by default displays a Geomajas logo, a title, and a progress bar that shows the loading progress. Both the logo and the title can be changed to your wishes. The title is given to the constructor and the logo (together with it's width) can be given through getters and setters. Note that you have to set these before you call the draw. Also note that when setting a new logo, you have to set it's width. This width may not be larger than 480 pixels.
Use: add this loading screen to the main page by simply calling it's draw
method. Do this AFTER you have drawn your application layout, so the loading screen is placed on top of it.
@author Pieter De Graef