[591] | 1 | JFrame:
|
---|
| 2 | name: frame
|
---|
[593] | 3 | title: appname
|
---|
[591] | 4 | size: 800x600
|
---|
| 5 | minimumSize: 400x300
|
---|
| 6 | locationRelativeTo: null
|
---|
| 7 | defaultCloseOperation: doNothingOnClose
|
---|
[616] | 8 | onWindowOpened: [execDepotUpdate,checkMandatoryFiles,checkInitialize,initialize,checkUpdates,focus]
|
---|
[605] | 9 | onWindowClosing: [saveLocalData,exit]
|
---|
[593] | 10 | iconImage: img.ae
|
---|
[591] | 11 | content:
|
---|
[605] | 12 | - Action(name=exitAction, text=menu.exit, toolTipText=menu.exitTooltip, icon=img.exit, onAction=[saveLocalData,exit])
|
---|
[591] | 13 | - Action(name=settings, text=menu.settings, toolTipText=menu.settingsTooltip, icon=img.settings, onAction=[showSettings])
|
---|
[593] | 14 | - Action(name=about, text=menu.about, toolTipText=menu.aboutTooltip, icon=img.about, onAction=[showAbout])
|
---|
[605] | 15 | - Action(name=runOniFull, text=menu.runOniFull, toolTipText=menu.runOniFullTooltip, icon=img.oni, onAction=[oniFull])
|
---|
| 16 | - Action(name=runOniWin, text=menu.runOniWin, toolTipText=menu.runOniWinTooltip, icon=img.oni, onAction=[oniWin])
|
---|
[608] | 17 | - Action(name=openEditionFolder, text=menu.openEditionFolder, toolTipText=menu.openEditionFolderTooltip, icon=img.folder, onAction=[openEditionFolder])
|
---|
[593] | 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])
|
---|
[600] | 21 | - Action(name=tools, text=menu.tools, toolTipText=menu.toolsTooltip, icon=img.tools, onAction=[tools])
|
---|
[591] | 22 | - JMenuBar:
|
---|
[593] | 23 | - JMenu(name=mainMenu, text=menu.main):
|
---|
[591] | 24 | - JMenuItem(action=settings)
|
---|
[593] | 25 | - JMenuItem(action=about)
|
---|
[591] | 26 | - JMenuItem(action=exitAction)
|
---|
[593] | 27 | - JMenu(name=fileMenu, text=menu.file):
|
---|
[605] | 28 | - JMenuItem(action=runOniFull)
|
---|
| 29 | - JMenuItem(action=runOniWin)
|
---|
| 30 | - JSeparator()
|
---|
[608] | 31 | - JMenuItem(action=openEditionFolder)
|
---|
| 32 | - JSeparator()
|
---|
[593] | 33 | - JMenuItem(action=loadConfig)
|
---|
| 34 | - JMenuItem(action=saveConfig)
|
---|
| 35 | - JSeparator()
|
---|
| 36 | - JMenuItem(action=reglobalize)
|
---|
[600] | 37 | - JSeparator()
|
---|
| 38 | - JMenuItem(action=tools)
|
---|
| 39 | - JToolBar(name=toolbar, floatable=false, orientation=0):
|
---|
[591] | 40 | - JButton(action=exitAction, hideActionText=true)
|
---|
| 41 | - JToolBarSeparator()
|
---|
| 42 | - JButton(action=settings, hideActionText=true)
|
---|
[593] | 43 | - JButton(action=about, hideActionText=true)
|
---|
[592] | 44 | - JSplitPane(name=contents, orientation=horizontalSplit, continuousLayout=true):
|
---|
[591] | 45 | - JPanel(name=panMods):
|
---|
| 46 | - JLabel(name=lblModTypes, text=lblModTypes.text)
|
---|
| 47 | - JComboBox(name=cmbModTypes, onAction=modTypeSelection)
|
---|
| 48 | - JScrollPane(name=scrollMods, vScrollBar=always, hScrollBar=never):
|
---|
[592] | 49 | JTable(name=tblMods, visible=false)
|
---|
[600] | 50 | - JButton(name=btnRevertSelection, icon=img.undo16, text=btnRevertSelection.text, toolTipText=btnRevertSelection.tooltip, onAction=[revertSelection])
|
---|
[617] | 51 | - JButton(name=btnInstall, icon=img.install, text=btnInstall.text, toolTipText=btnInstall.tooltip, onAction=[install,installDone])
|
---|
[600] | 52 | - JLabel(name=lblDownloadSize, text=lblDownloadSize.text)
|
---|
| 53 | - JLabel(name=lblDownloadSizeVal)
|
---|
[591] | 54 | - MigLayout: |
|
---|
| 55 | [grow]
|
---|
| 56 | lblModTypes<,cmbModTypes [min]
|
---|
| 57 | scrollMods [grow]
|
---|
[600] | 58 | >btnRevertSelection,btnInstall [min]
|
---|
| 59 | lblDownloadSize,lblDownloadSizeVal [min]
|
---|
[592] | 60 | - JPanel(name=panInfo):
|
---|
| 61 | - JLabel(name=lblSubmitter, text=lblSubmitter.text)
|
---|
| 62 | - JLabel(name=lblSubmitterVal)
|
---|
| 63 | - JLabel(name=lblCreator, text=lblCreator.text)
|
---|
| 64 | - JLabel(name=lblCreatorVal)
|
---|
[606] | 65 | - JLabel(name=lblTypes, text=lblTypes.text)
|
---|
| 66 | - JLabel(name=lblTypesVal)
|
---|
| 67 | - JLabel(name=lblPlatform, text=lblPlatform.text)
|
---|
| 68 | - JLabel(name=lblPlatformVal)
|
---|
[592] | 69 | - JLabel(name=lblDescription, text=lblDescription.text)
|
---|
| 70 | - JScrollPane(name=scrollDescription, vScrollBar=always, hScrollBar=asNeeded):
|
---|
| 71 | HTMLLinkLabel(name=lblDescriptionVal)
|
---|
| 72 | - MigLayout: |
|
---|
| 73 | [min] [grow]
|
---|
| 74 | >lblSubmitter lblSubmitterVal [min]
|
---|
| 75 | >lblCreator lblCreatorVal [min]
|
---|
[606] | 76 | >lblTypes lblTypesVal [min]
|
---|
| 77 | >lblPlatform lblPlatformVal [min]
|
---|
[592] | 78 | >^lblDescription scrollDescription [grow]
|
---|
[591] | 79 | - MigLayout:
|
---|
| 80 | layoutConstraints: wrap 1
|
---|
| 81 | columnConstraints: grow
|
---|
| 82 | rowConstraints: grow
|
---|
| 83 | constraints:
|
---|
| 84 | - contents: grow
|
---|
[594] | 85 |
|
---|
| 86 | # - tools: dock north
|
---|