| 5 |
|
minimumSize: 400x300 |
| 6 |
|
locationRelativeTo: null |
| 7 |
|
defaultCloseOperation: doNothingOnClose |
| 8 |
< |
onWindowOpened: [execDepotUpdate,checkMandatoryFiles,checkInitialize,initialize,checkUpdates,focus] |
| 8 |
> |
onWindowOpened: [execDepotUpdate,checkMandatoryFiles,checkInitialize,initialize,checkUpdates,doUpdate] |
| 9 |
|
onWindowClosing: [saveLocalData,exit] |
| 10 |
|
iconImage: img.ae |
| 11 |
|
content: |
| 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]) |
| 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): |
| 25 |
|
- JMenuItem(action=settings) |
| 37 |
|
- JMenuItem(action=reglobalize) |
| 38 |
|
- JSeparator() |
| 39 |
|
- JMenuItem(action=tools) |
| 40 |
+ |
- JSeparator() |
| 41 |
+ |
- JMenuItem(action=update) |
| 42 |
|
- JToolBar(name=toolbar, floatable=false, orientation=0): |
| 43 |
|
- JButton(action=exitAction, hideActionText=true) |
| 44 |
|
- JToolBarSeparator() |
| 69 |
|
- JLabel(name=lblTypesVal) |
| 70 |
|
- JLabel(name=lblPlatform, text=lblPlatform.text) |
| 71 |
|
- JLabel(name=lblPlatformVal) |
| 72 |
+ |
- JLabel(name=lblPackageNumber, text=lblPackageNumber.text) |
| 73 |
+ |
- JLabel(name=lblPackageNumberVal) |
| 74 |
|
- JLabel(name=lblDescription, text=lblDescription.text) |
| 75 |
|
- JScrollPane(name=scrollDescription, vScrollBar=always, hScrollBar=asNeeded): |
| 76 |
|
HTMLLinkLabel(name=lblDescriptionVal) |
| 77 |
|
- MigLayout: | |
| 78 |
|
[min] [grow] |
| 79 |
< |
>lblSubmitter lblSubmitterVal [min] |
| 80 |
< |
>lblCreator lblCreatorVal [min] |
| 81 |
< |
>lblTypes lblTypesVal [min] |
| 82 |
< |
>lblPlatform lblPlatformVal [min] |
| 83 |
< |
>^lblDescription scrollDescription [grow] |
| 79 |
> |
>lblSubmitter lblSubmitterVal [min] |
| 80 |
> |
>lblCreator lblCreatorVal [min] |
| 81 |
> |
>lblTypes lblTypesVal [min] |
| 82 |
> |
>lblPlatform lblPlatformVal [min] |
| 83 |
> |
>lblPackageNumber lblPackageNumberVal [min] |
| 84 |
> |
>^lblDescription scrollDescription [grow] |
| 85 |
|
- MigLayout: |
| 86 |
|
layoutConstraints: wrap 1 |
| 87 |
|
columnConstraints: grow |