| An implementation of this class is needed to start the form
framework.
When the Toolkit starts an application, the
methods are called in the following order:
getFormRepository()
getIconRepository()
getScriptRepository()
getSlashIconName()
getSplashSteps()
getStartupContext()
getMainWindowFormName()
getIconName()
When the UI is realized on screen, the toolkit calls the
mainWindowRealized(IForm mainWindow) method
from the ui thread.
Once the last opened form is closed, the toolkit calls the stop
method.
author: tom author: $Id: IApplication.java,v 1.3 2003/03/13 00:49:42 tcataldo Exp $ |