source: java/installer2/src/net/oni2/aeinstaller/gui/about/AboutDialog.yml@ 1193

Last change on this file since 1193 was 772, checked in by alloc, 12 years ago

AEI2.00:

  • Version
  • Main win default size
File size: 1.0 KB
Line 
1JDialog:
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]
Note: See TracBrowser for help on using the repository browser.