source: java/installer2/src/net/oni2/aeinstaller/gui/settings/SettingsDialog.yml@ 810

Last change on this file since 810 was 646, checked in by alloc, 12 years ago

AEI2 0.99c:

  • Download window: Show which file is currently being downloaded and if it is an automaticly resolved dependency
  • Added mandatory packages dialog
  • Added option to show automatic resolved dependencies after installation is done instead of interrupting installation process to ask whether to continue
  • ToolManager: version number + last change added
  • Correct output of download-size in mainwin after installation of mods done
File size: 1.6 KB
Line 
1JDialog:
2 name: frame
3 title: frame.title
4 size: packed
5 locationRelativeTo: null
6 defaultCloseOperation: disposeOnClose
7 iconImage: img.ae
8 modalityType: applicationModal
9 content:
10 - JButton(name=btnOk, text=btnOk, onAction=[save,dispose])
11 - JButton(name=btnCancel, text=btnCancel, onAction=[dispose])
12 - JPanel(name=panCommon, groupTitle=panCommon):
13 - JLabel(name=lblNotifyOnStart, text=lblNotifyOnStart)
14 - JCheckBox(name=chkNotifyOnStart)
15 - JLabel(name=lblNotifyDepsAfterInstall, text=lblNotifyDepsAfterInstall, toolTipText=lblNotifyDepsAfterInstall.tooltip)
16 - JCheckBox(name=chkNotifyDepsAfterInstall, toolTipText=lblNotifyDepsAfterInstall.tooltip)
17 - JLabel(name=lblCopyIntro, text=lblCopyIntro)
18 - JCheckBox(name=chkCopyIntro)
19 - JLabel(name=lblCopyOutro, text=lblCopyOutro)
20 - JCheckBox(name=chkCopyOutro)
21 - MigLayout: |
22 [min] [grow]
23 >lblNotifyOnStart chkNotifyOnStart [pref]
24 >lblNotifyDepsAfterInstall chkNotifyDepsAfterInstall [pref]
25 >lblCopyIntro chkCopyIntro [pref]
26 >lblCopyOutro chkCopyOutro [pref]
27 - JPanel(name=panUI, groupTitle=panUI):
28 - JLabel(name=lblLaF, text=lblLaF)
29 - JComboBox(name=cmbLaF, minimumSize=150x10)
30 - MigLayout: |
31 [min] [grow]
32 >lblLaF cmbLaF [pref]
33 - MigLayout: |
34 [grow]
35 panCommon [pref]
36 panUI [pref]
37 >btnOk+*=1,btnCancel=1 [min]
38
Note: See TracBrowser for help on using the repository browser.