| 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, text=appname) | 
 
 
 
 
 | 13 | - JLabel(name=lblAppversion) | 
 
 
 
 
 | 14 | - JLabel(name=lblAEIBy, text=AEIBy) | 
 
 
 
 
 | 15 | - MigLayout: | | 
 
 
 
 
 | 16 | [grow] | 
 
 
 
 
 | 17 | lblAppname<,lblAppversion<   [min] | 
 
 
 
 
 | 18 | lblAEIBy                     [min] | 
 
 
 
 
 | 19 | - JPanel(name=panAE, groupTitle=panAE): | 
 
 
 
 
 | 20 | - JLabel(name=lblNames, text=AENames, horizontalAlignment=right) | 
 
 
 
 
 | 21 | - JLabel(name=lblWork, text=AEWork) | 
 
 
 
 
 | 22 | - MigLayout: | | 
 
 
 
 
 | 23 | [min]      [grow] | 
 
 
 
 
 | 24 | >lblNames  lblWork [min] | 
 
 
 
 
 | 25 | - JPanel(name=panLinks, groupTitle=panLinks): | 
 
 
 
 
 | 26 | - HTMLLinkLabel(name=txtLinks) | 
 
 
 
 
 | 27 | - MigLayout: | | 
 
 
 
 
 | 28 | [grow] | 
 
 
 
 
 | 29 | txtLinks [pref] | 
 
 
 
 
 | 30 | - MigLayout: | | 
 
 
 
 
 | 31 | [grow] | 
 
 
 
 
 | 32 | panAEI     [pref] | 
 
 
 
 
 | 33 | panAE      [pref] | 
 
 
 
 
 | 34 | panLinks   [pref] | 
 
 
 
 
 | 35 | |btnClose  [min] |