| 1 |
JDialog: |
| 2 |
name: frame |
| 3 |
title: frame.title |
| 4 |
resizable: false |
| 5 |
locationRelativeTo: null |
| 6 |
defaultCloseOperation: disposeOnClose |
| 7 |
iconImage: img.ae |
| 8 |
modalityType: applicationModal |
| 9 |
content: |
| 10 |
- JButton(name=btnClose, text=btnClose, onAction=[dispose]) |
| 11 |
- JPanel(name=panAEI): |
| 12 |
- JLabel(name=lblAppname) |
| 13 |
- HTMLLinkLabel(name=lblAE) |
| 14 |
- JLabel(name=lblAEIBy, text=AEIBy) |
| 15 |
- MigLayout: | |
| 16 |
[grow] |
| 17 |
lblAppname< [min] |
| 18 |
lblAE [min] |
| 19 |
lblAEIBy [min] |
| 20 |
- JPanel(name=panAE, groupTitle=panAE): |
| 21 |
- JLabel(name=lblNames, text=AENames, horizontalAlignment=right) |
| 22 |
- JLabel(name=lblWork, text=AEWork) |
| 23 |
- MigLayout: | |
| 24 |
[min] [grow] |
| 25 |
>lblNames lblWork [min] |
| 26 |
- JPanel(name=panLinks, groupTitle=panLinks): |
| 27 |
- HTMLLinkLabel(name=txtLinks) |
| 28 |
- MigLayout: | |
| 29 |
[grow] |
| 30 |
txtLinks [pref] |
| 31 |
- MigLayout: | |
| 32 |
[grow] |
| 33 |
panAEI [pref] |
| 34 |
panAE [pref] |
| 35 |
panLinks [pref] |
| 36 |
|btnClose [min] |