ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/java/installer2/src/net/oni2/aeinstaller/gui/about/AboutDialog.yml
Revision: 772
Committed: Mon Apr 1 00:12:20 2013 UTC (12 years, 7 months ago) by alloc
File size: 1063 byte(s)
Log Message:
AEI2.00:
- Version
- Main win default size

File Contents

# Content
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]