| 5 |
|
minimumSize: 400x300 |
| 6 |
|
locationRelativeTo: null |
| 7 |
|
defaultCloseOperation: doNothingOnClose |
| 8 |
< |
onWindowOpened: [execDepotUpdate,checkMandatoryFiles,infoMandatoryFiles,checkInitialize,initialize,checkUpdates,doUpdate,refreshToolsMenu,focus] |
| 8 |
> |
onWindowOpened: [execDepotUpdate,checkCorePackages,infoCorePackages,checkInitialize,initialize,checkUpdates,doUpdate,refreshToolsMenu,focus] |
| 9 |
|
onWindowClosing: [saveLocalData,exit] |
| 10 |
|
iconImage: img.ae |
| 11 |
|
content: |
| 20 |
|
- Action(name=reglobalize, text=menu.reglobalize, toolTipText=menu.reglobalizeTooltip, icon=img.refresh, onAction=[reglobalize]) |
| 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 |
< |
- Action(name=mandatoryPackages, text=menu.mandatoryPackages, toolTipText=menu.mandatoryPackagesTooltip, icon=img.mandatory, onAction=[showMandatoryPackagesDialog]) |
| 23 |
> |
- Action(name=corePackages, text=menu.corePackages, toolTipText=menu.corePackagesTooltip, icon=img.core, onAction=[showCorePackagesDialog]) |
| 24 |
|
- JMenuBar: |
| 25 |
|
- JMenu(name=mainMenu, text=menu.main): |
| 26 |
|
- JMenuItem(action=settings) |
| 37 |
|
- JSeparator() |
| 38 |
|
- JMenuItem(action=openEditionFolder) |
| 39 |
|
- JSeparator() |
| 40 |
< |
- JMenuItem(action=mandatoryPackages) |
| 40 |
> |
- JMenuItem(action=corePackages) |
| 41 |
|
- JMenuItem(action=reglobalize) |
| 42 |
|
- JMenu(name=toolsMenu, text=menu.tools): |
| 43 |
|
- JMenuItem(name=manageToolsItem, action=tools) |