Changeset 850 for java/installer2/src/net
- Timestamp:
- May 3, 2013, 1:33:55 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
java/installer2/src/net/oni2/aeinstaller/gui/settings/SettingsDialog.yml
r646 r850 11 11 - JButton(name=btnCancel, text=btnCancel, onAction=[dispose]) 12 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) 13 - JCheckBox(name=chkNotifyOnStart, horizontalTextPosition=LEADING, text=lblNotifyOnStart) 14 - JCheckBox(name=chkNotifyDepsAfterInstall, horizontalTextPosition=LEADING, text=lblNotifyDepsAfterInstall, toolTipText=lblNotifyDepsAfterInstall.tooltip) 15 - JCheckBox(name=chkCopyIntro, horizontalTextPosition=LEADING, text=lblCopyIntro) 16 - JCheckBox(name=chkCopyOutro, horizontalTextPosition=LEADING, text=lblCopyOutro) 21 17 - MigLayout: | 22 [ min] [grow]23 > lblNotifyOnStartchkNotifyOnStart [pref]24 > lblNotifyDepsAfterInstallchkNotifyDepsAfterInstall [pref]25 > lblCopyIntrochkCopyIntro [pref]26 > lblCopyOutrochkCopyOutro [pref]18 [grow] 19 >chkNotifyOnStart [pref] 20 >chkNotifyDepsAfterInstall [pref] 21 >chkCopyIntro [pref] 22 >chkCopyOutro [pref] 27 23 - JPanel(name=panUI, groupTitle=panUI): 28 24 - JLabel(name=lblLaF, text=lblLaF)
Note:
See TracChangeset
for help on using the changeset viewer.