Last change
on this file since 701 was 701, checked in by alloc, 12 years ago |
AEI2 0.99u:
- Saving window sizes and divider locations
|
File size:
919 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
|
---|
[701] | 9 | onWindowClosing: [closing]
|
---|
[626] | 10 | content:
|
---|
| 11 | - JSplitPane(name=contents, orientation=horizontalSplit, continuousLayout=true):
|
---|
| 12 | - JPanel(name=panTools):
|
---|
[658] | 13 | - JScrollPane(name=scrollTools, vScrollBar=always, hScrollBar=never)
|
---|
[626] | 14 | - MigLayout: |
|
---|
| 15 | [grow]
|
---|
| 16 | scrollTools [grow]
|
---|
| 17 | - JPanel(name=panInfo):
|
---|
[658] | 18 | - PackageInfoBox(name=pkgInfo)
|
---|
[640] | 19 | - JButton(name=btnInstall, icon=img.install, text=btnInstall.text, toolTipText=btnInstall.tooltip, enabled=false, onAction=[install])
|
---|
[626] | 20 | - MigLayout: |
|
---|
[658] | 21 | [grow]
|
---|
| 22 | pkgInfo [grow]
|
---|
| 23 | >btnInstall< [min]
|
---|
[626] | 24 | - MigLayout: |
|
---|
| 25 | [grow]
|
---|
| 26 | contents [grow]
|
---|
| 27 | |
---|
Note:
See
TracBrowser
for help on using the repository browser.