1 | JFrame:
|
---|
2 | name: frame
|
---|
3 | title: appname
|
---|
4 | size: 800x600
|
---|
5 | minimumSize: 400x300
|
---|
6 | locationRelativeTo: null
|
---|
7 | defaultCloseOperation: doNothingOnClose
|
---|
8 | onWindowOpened: [execDepotUpdate,checkMandatoryFiles,checkInitialize,initialize,checkUpdates,doUpdate,refreshToolsMenu,focus]
|
---|
9 | onWindowClosing: [saveLocalData,exit]
|
---|
10 | iconImage: img.ae
|
---|
11 | content:
|
---|
12 | - Action(name=exitAction, text=menu.exit, toolTipText=menu.exitTooltip, icon=img.exit, onAction=[saveLocalData,exit])
|
---|
13 | - Action(name=settings, text=menu.settings, toolTipText=menu.settingsTooltip, icon=img.settings, onAction=[showSettings])
|
---|
14 | - Action(name=about, text=menu.about, toolTipText=menu.aboutTooltip, icon=img.about, onAction=[showAbout])
|
---|
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])
|
---|
17 | - Action(name=openEditionFolder, text=menu.openEditionFolder, toolTipText=menu.openEditionFolderTooltip, icon=img.folder, onAction=[openEditionFolder])
|
---|
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.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):
|
---|
25 | - JMenuItem(action=settings)
|
---|
26 | - JMenuItem(action=about)
|
---|
27 | - JMenuItem(action=exitAction)
|
---|
28 | - JMenu(name=fileMenu, text=menu.file):
|
---|
29 | - JMenuItem(action=runOniFull)
|
---|
30 | - JMenuItem(action=runOniWin)
|
---|
31 | - JSeparator()
|
---|
32 | - JMenuItem(action=openEditionFolder)
|
---|
33 | - JSeparator()
|
---|
34 | - JMenuItem(action=loadConfig)
|
---|
35 | - JMenuItem(action=saveConfig)
|
---|
36 | - JSeparator()
|
---|
37 | - JMenuItem(action=reglobalize)
|
---|
38 | - 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()
|
---|
46 | - JButton(action=settings, hideActionText=true)
|
---|
47 | - JButton(action=about, hideActionText=true)
|
---|
48 | - JSplitPane(name=contents, orientation=horizontalSplit, continuousLayout=true):
|
---|
49 | - JPanel(name=panMods):
|
---|
50 | - JLabel(name=lblModTypes, text=lblModTypes.text)
|
---|
51 | - JComboBox(name=cmbModTypes, onAction=modTypeSelection)
|
---|
52 | - JLabel(name=lblShowOnly, text=lblShowOnly.text)
|
---|
53 | - JRadioButton(name=radAll, text=radAll.text, onAction=showTypeSelection)
|
---|
54 | - JRadioButton(name=radOnline, text=radOnline.text, onAction=showTypeSelection)
|
---|
55 | - JRadioButton(name=radLocal, text=radLocal.text, onAction=showTypeSelection)
|
---|
56 | - ButtonGroup: [radAll,radOnline,radLocal]
|
---|
57 | - JScrollPane(name=scrollMods, vScrollBar=always, hScrollBar=never):
|
---|
58 | ModTable(name=tblMods, visible=false)
|
---|
59 | - JButton(name=btnRevertSelection, icon=img.undo16, text=btnRevertSelection.text, toolTipText=btnRevertSelection.tooltip, onAction=[revertSelection])
|
---|
60 | - JButton(name=btnInstall, icon=img.install, text=btnInstall.text, toolTipText=btnInstall.tooltip, onAction=[install,installDone])
|
---|
61 | - JLabel(name=lblDownloadSize, text=lblDownloadSize.text)
|
---|
62 | - JLabel(name=lblDownloadSizeVal)
|
---|
63 | - MigLayout: |
|
---|
64 | [grow]
|
---|
65 | lblModTypes<,cmbModTypes [min]
|
---|
66 | lblShowOnly<,radAll,radOnline,radLocal [min]
|
---|
67 | scrollMods [grow]
|
---|
68 | >btnRevertSelection,btnInstall [min]
|
---|
69 | lblDownloadSize,lblDownloadSizeVal [min]
|
---|
70 | - JPanel(name=panInfo):
|
---|
71 | - JLabel(name=lblSubmitter, text=lblSubmitter.text)
|
---|
72 | - JLabel(name=lblSubmitterVal)
|
---|
73 | - JLabel(name=lblCreator, text=lblCreator.text)
|
---|
74 | - JLabel(name=lblCreatorVal)
|
---|
75 | - JLabel(name=lblTypes, text=lblTypes.text)
|
---|
76 | - JLabel(name=lblTypesVal)
|
---|
77 | - JLabel(name=lblPlatform, text=lblPlatform.text)
|
---|
78 | - JLabel(name=lblPlatformVal)
|
---|
79 | - JLabel(name=lblPackageNumber, text=lblPackageNumber.text)
|
---|
80 | - JLabel(name=lblPackageNumberVal)
|
---|
81 | - JLabel(name=lblVersionNumber, text=lblVersionNumber.text)
|
---|
82 | - JLabel(name=lblVersionNumberVal)
|
---|
83 | - JLabel(name=lblDescription, text=lblDescription.text)
|
---|
84 | - JScrollPane(name=scrollDescription, vScrollBar=always, hScrollBar=asNeeded):
|
---|
85 | HTMLLinkLabel(name=lblDescriptionVal)
|
---|
86 | - MigLayout: |
|
---|
87 | [min] [grow]
|
---|
88 | >lblSubmitter lblSubmitterVal [min]
|
---|
89 | >lblCreator lblCreatorVal [min]
|
---|
90 | >lblTypes lblTypesVal [min]
|
---|
91 | >lblPlatform lblPlatformVal [min]
|
---|
92 | >lblPackageNumber lblPackageNumberVal [min]
|
---|
93 | >lblVersionNumber lblVersionNumberVal [min]
|
---|
94 | >^lblDescription scrollDescription [grow]
|
---|
95 | - MigLayout:
|
---|
96 | layoutConstraints: wrap 1
|
---|
97 | columnConstraints: grow
|
---|
98 | rowConstraints: grow
|
---|
99 | constraints:
|
---|
100 | - contents: grow
|
---|
101 |
|
---|
102 | # - tools: dock north
|
---|