Last change
on this file since 663 was 658, checked in by alloc, 12 years ago |
AEI2 0.99i:
- Lots of refactorings for the GUI:
- Global type for the mod info box (Main, Tools, Core)
- Same table for Main, Tools, Core
|
File size:
890 bytes
|
Rev | Line | |
---|
[626] | 1 | JDialog:
|
---|
| 2 | name: frame
|
---|
| 3 | title: frame.title
|
---|
[658] | 4 | size: 950x600
|
---|
[626] | 5 | locationRelativeTo: null
|
---|
| 6 | defaultCloseOperation: disposeOnClose
|
---|
| 7 | iconImage: img.ae
|
---|
| 8 | modalityType: applicationModal
|
---|
| 9 | content:
|
---|
| 10 | - JSplitPane(name=contents, orientation=horizontalSplit, continuousLayout=true):
|
---|
| 11 | - JPanel(name=panTools):
|
---|
[658] | 12 | - JScrollPane(name=scrollTools, vScrollBar=always, hScrollBar=never)
|
---|
[626] | 13 | - MigLayout: |
|
---|
| 14 | [grow]
|
---|
| 15 | scrollTools [grow]
|
---|
| 16 | - JPanel(name=panInfo):
|
---|
[658] | 17 | - PackageInfoBox(name=pkgInfo)
|
---|
[640] | 18 | - JButton(name=btnInstall, icon=img.install, text=btnInstall.text, toolTipText=btnInstall.tooltip, enabled=false, onAction=[install])
|
---|
[626] | 19 | - MigLayout: |
|
---|
[658] | 20 | [grow]
|
---|
| 21 | pkgInfo [grow]
|
---|
| 22 | >btnInstall< [min]
|
---|
[626] | 23 | - MigLayout: |
|
---|
| 24 | [grow]
|
---|
| 25 | contents [grow]
|
---|
| 26 | |
---|
Note:
See
TracBrowser
for help on using the repository browser.