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

Last change on this file since 633 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
RevLine 
[593]1JDialog:
[591]2 name: frame
3 title: frame.title
4 size: packed
5 locationRelativeTo: null
6 defaultCloseOperation: disposeOnClose
[593]7 iconImage: img.ae
8 modalityType: applicationModal
[591]9 content:
10 - JButton(name=btnOk, text=btnOk, onAction=[save,dispose])
11 - JButton(name=btnCancel, text=btnCancel, onAction=[dispose])
[608]12 - JPanel(name=panCommon, groupTitle=panCommon):
13 - JLabel(name=lblNotifyOnStart, text=lblNotifyOnStart)
14 - JCheckBox(name=chkNotifyOnStart)
[625]15 - JLabel(name=lblCopyIntro, text=lblCopyIntro)
16 - JCheckBox(name=chkCopyIntro)
17 - JLabel(name=lblCopyOutro, text=lblCopyOutro)
18 - JCheckBox(name=chkCopyOutro)
[591]19 - MigLayout: |
20 [min] [grow]
[608]21 >lblNotifyOnStart chkNotifyOnStart [pref]
[625]22 >lblCopyIntro chkCopyIntro [pref]
23 >lblCopyOutro chkCopyOutro [pref]
[591]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]
[608]32 panCommon [pref]
[591]33 panUI [pref]
34 >btnOk+*=1,btnCancel=1 [min]
35
Note: See TracBrowser for help on using the repository browser.