source: AE/installer2/src/net/oni2/aeinstaller/gui/settings/SettingsDialog.yml@ 631

Last change on this file since 631 was 625, checked in by alloc, 12 years ago

AEI2 0.85:

  • Added intro/outro copy and settings
  • Added tool manager dialog (empty for now)
  • AEI uses jar-path as working location again. Only uses workingdirectory if run with -debug now
File size: 1.3 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=lblCopyIntro, text=lblCopyIntro)
16 - JCheckBox(name=chkCopyIntro)
17 - JLabel(name=lblCopyOutro, text=lblCopyOutro)
18 - JCheckBox(name=chkCopyOutro)
19 - MigLayout: |
20 [min] [grow]
21 >lblNotifyOnStart chkNotifyOnStart [pref]
22 >lblCopyIntro chkCopyIntro [pref]
23 >lblCopyOutro chkCopyOutro [pref]
24 - JPanel(name=panUI, groupTitle=panUI):
25 - JLabel(name=lblLaF, text=lblLaF)
26 - JComboBox(name=cmbLaF, minimumSize=150x10)
27 - MigLayout: |
28 [min] [grow]
29 >lblLaF cmbLaF [pref]
30 - MigLayout: |
31 [grow]
32 panCommon [pref]
33 panUI [pref]
34 >btnOk+*=1,btnCancel=1 [min]
35
Note: See TracBrowser for help on using the repository browser.