The Form will be represented by a SFrame, a SDialog or a SApplet , wich all implement the interface SWindow. The class depends on the kind of calling the form at the execution on the application, or the call of a system command
The following properties can be set at a form:
| Event | |
|---|---|
| WindowActivatedMacro | Macro that will be executed when the window will be activated |
| WindowActivatedMacroParameters | Parameter settings of WindowActivatedMacro |
| WindowClosedMacro | Makro that will be executed when the window will be closed |
| WindowClosedMacroParameters | Parameter settings of WindowClosedMacro |
| WindowClosingMacro | Makro that will be executed when the window will be closed by the application itself |
| WindowClosingMacroParameters | Parameter settings of WindowClosingMacro |
| WindowDeactivatedMacro | Makro that will be executed when the window is deactivated |
| WindowDeactivatedMacroParameters | Parameter settings of WindowDeactivatedMacro |
| WindowDeiconifiedMacro | Makro that will be executed when the window will be maximized |
| WindowDeiconifiedMacroParameters | Parameter settings of WindowDeIconifiedMacro |
| WindowIconifiedMacro | Makro that will be executed when the window will be minimized |
| WindowIconifiedMacroParameters | Parameter settings of WindowIconifiedMacro |
| WindowOpenedMacro | Makro that will be executed after the window will be opened |
| WindowOpenedMacroParameters | Parameter settings of WindowOpenedMacro |
| Main | |
| Bounds | See common properties |
| DefaultButton | Defines the optional Default Button. When a default button is defined, it will be rendered accented. It can be activated independent from the focus, by pressing the key. This property works in conjunction with the property DefaultCapable of SButton |
| Enabled | See common properties |
| Font | See common properties |
| JMenuBar | Defines the Menubar of the form |
| StaticFocusableSBeanNames | See common properties |
| Title | See common properties |
| Undecorated | When this property will be activated, the form will be shown without border and title bar |
| View | |
| Background | See common properties |
| Foreground | See common properties |
| IconImage | Defines the IconImage for the form. If this property is not set, this IconImage will be used which is defines in the system property Default application icon. The IconImage will be used for example at the top left of the window title bar or in the task bar at Microsoft Windows operating systems. |