| 5 |
|
minimumSize: 400x300 |
| 6 |
|
locationRelativeTo: null |
| 7 |
|
defaultCloseOperation: doNothingOnClose |
| 8 |
< |
onWindowOpened: [execDepotUpdate,checkMandatoryFiles,checkInitialize,initialize,checkUpdates,doUpdate] |
| 8 |
> |
onWindowOpened: [execDepotUpdate,checkMandatoryFiles,checkInitialize,initialize,checkUpdates,doUpdate,refreshToolsMenu,focus] |
| 9 |
|
onWindowClosing: [saveLocalData,exit] |
| 10 |
|
iconImage: img.ae |
| 11 |
|
content: |
| 18 |
|
- Action(name=loadConfig, text=menu.loadConfig, toolTipText=menu.loadConfigTooltip, icon=img.openFile, onAction=[loadConfig]) |
| 19 |
|
- Action(name=saveConfig, text=menu.saveConfig, toolTipText=menu.saveConfigTooltip, icon=img.saveFile, onAction=[saveConfig]) |
| 20 |
|
- Action(name=reglobalize, text=menu.reglobalize, toolTipText=menu.reglobalizeTooltip, icon=img.refresh, onAction=[reglobalize]) |
| 21 |
< |
- Action(name=tools, text=menu.tools, toolTipText=menu.toolsTooltip, icon=img.tools, onAction=[tools]) |
| 21 |
> |
- Action(name=tools, text=menu.manageTools, toolTipText=menu.manageToolsTooltip, icon=img.tools, onAction=[tools,refreshToolsMenu]) |
| 22 |
|
- Action(name=update, text=menu.update, toolTipText=menu.updateTooltip, icon=img.update, onAction=[checkUpdates,doUpdate]) |
| 23 |
|
- JMenuBar: |
| 24 |
|
- JMenu(name=mainMenu, text=menu.main): |
| 36 |
|
- JSeparator() |
| 37 |
|
- JMenuItem(action=reglobalize) |
| 38 |
|
- JSeparator() |
| 39 |
– |
- JMenuItem(action=tools) |
| 40 |
– |
- JSeparator() |
| 39 |
|
- JMenuItem(action=update) |
| 40 |
+ |
- JMenu(name=toolsMenu, text=menu.tools): |
| 41 |
+ |
- JMenuItem(name=manageToolsItem, action=tools) |
| 42 |
+ |
- JSeparator() |
| 43 |
|
- JToolBar(name=toolbar, floatable=false, orientation=0): |
| 44 |
|
- JButton(action=exitAction, hideActionText=true) |
| 45 |
|
- JToolBarSeparator() |