ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/java/installer2/src/net/oni2/aeinstaller/gui/about/AboutDialog.yml
Revision: 755
Committed: Sat Mar 30 14:00:41 2013 UTC (12 years, 7 months ago) by alloc
File size: 1157 byte(s)
Log Message:
AEI2 0.99y:
- Delete temporary XML files from XML patching so OniSplit doesn't try to import them

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