The class SWindowUtils provides the following methods:
| void exchangeMiddlePanel(String arg0, String arg1) | Excanges the MiddlePanel of the SWindow in arg0 by the SWindow in arg1 |
| void exchangeMiddlePanelOfActiveSWindow(String arg0) | Exchangesthe MiddlePanel of the current SWindow by the SWindow in arg0 |
| void exchangeMainPanel(String arg0,String arg1) | Exchanges the MainPanel of the SWindow in arg0 by the SWindow in arg1 |
| void exchangeMainPanelOfActiveSWindow(String arg0) | Exchanges the MainPanel of the current SWindow by the SWindow in arg0 |
| SWindow getSWindow(String arg0) | Gets the SWindow, whose name is in arg0. If the named SWindow does not exist, the value null will be returned |
| openSWindow(String arg0) | Opens a new SWindow, whose name is in arg0 |