Rev | Line | |
---|
[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):
|
---|
[850] | 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)
|
---|
[591] | 17 | - MigLayout: |
|
---|
[850] | 18 | [grow]
|
---|
| 19 | >chkNotifyOnStart [pref]
|
---|
| 20 | >chkNotifyDepsAfterInstall [pref]
|
---|
| 21 | >chkCopyIntro [pref]
|
---|
| 22 | >chkCopyOutro [pref]
|
---|
[591] | 23 | - JPanel(name=panUI, groupTitle=panUI):
|
---|
| 24 | - JLabel(name=lblLaF, text=lblLaF)
|
---|
| 25 | - JComboBox(name=cmbLaF, minimumSize=150x10)
|
---|
| 26 | - MigLayout: |
|
---|
| 27 | [min] [grow]
|
---|
| 28 | >lblLaF cmbLaF [pref]
|
---|
| 29 | - MigLayout: |
|
---|
| 30 | [grow]
|
---|
[608] | 31 | panCommon [pref]
|
---|
[591] | 32 | panUI [pref]
|
---|
| 33 | >btnOk+*=1,btnCancel=1 [min]
|
---|
| 34 | |
---|
Note:
See
TracBrowser
for help on using the repository browser.