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

Last change on this file since 609 was 608, checked in by alloc, 12 years ago

AEI2:

  • Added BSL handling to installation
  • Updated config-terms for dependencies/incompatibilities
  • Fixed mod counts for types
  • Open Edition folder through menu
  • Open folder of already downloaded mod through context menu
  • (Semi?)Fixed launching Oni on MacOS
  • Settings: Added checkbox for update notification
File size: 982 bytes
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 - MigLayout: |
16 [min] [grow]
17 >lblNotifyOnStart chkNotifyOnStart [pref]
18 - JPanel(name=panUI, groupTitle=panUI):
19 - JLabel(name=lblLaF, text=lblLaF)
20 - JComboBox(name=cmbLaF, minimumSize=150x10)
21 - MigLayout: |
22 [min] [grow]
23 >lblLaF cmbLaF [pref]
24 - MigLayout: |
25 [grow]
26 panCommon [pref]
27 panUI [pref]
28 >btnOk+*=1,btnCancel=1 [min]
29
Note: See TracBrowser for help on using the repository browser.