Last change
on this file since 765 was 755, checked in by alloc, 12 years ago |
AEI2 0.99y:
- Delete temporary XML files from XML patching so OniSplit doesn't try to import them
|
File size:
1.1 KB
|
Rev | Line | |
---|
[593] | 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)
|
---|
[755] | 14 | - HTMLLinkLabel(name=lblAE)
|
---|
[593] | 15 | - JLabel(name=lblAEIBy, text=AEIBy)
|
---|
| 16 | - MigLayout: |
|
---|
| 17 | [grow]
|
---|
| 18 | lblAppname<,lblAppversion< [min]
|
---|
[755] | 19 | lblAE [min]
|
---|
[593] | 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]
|
---|
Note:
See
TracBrowser
for help on using the repository browser.