[593] | 1 | JDialog:
|
---|
[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)
|
---|
[646] | 15 | - JLabel(name=lblNotifyDepsAfterInstall, text=lblNotifyDepsAfterInstall, toolTipText=lblNotifyDepsAfterInstall.tooltip)
|
---|
| 16 | - JCheckBox(name=chkNotifyDepsAfterInstall, toolTipText=lblNotifyDepsAfterInstall.tooltip)
|
---|
[625] | 17 | - JLabel(name=lblCopyIntro, text=lblCopyIntro)
|
---|
| 18 | - JCheckBox(name=chkCopyIntro)
|
---|
| 19 | - JLabel(name=lblCopyOutro, text=lblCopyOutro)
|
---|
| 20 | - JCheckBox(name=chkCopyOutro)
|
---|
[591] | 21 | - MigLayout: |
|
---|
[646] | 22 | [min] [grow]
|
---|
| 23 | >lblNotifyOnStart chkNotifyOnStart [pref]
|
---|
| 24 | >lblNotifyDepsAfterInstall chkNotifyDepsAfterInstall [pref]
|
---|
| 25 | >lblCopyIntro chkCopyIntro [pref]
|
---|
| 26 | >lblCopyOutro chkCopyOutro [pref]
|
---|
[591] | 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]
|
---|
[608] | 35 | panCommon [pref]
|
---|
[591] | 36 | panUI [pref]
|
---|
| 37 | >btnOk+*=1,btnCancel=1 [min]
|
---|
| 38 | |
---|