Last change
on this file since 722 was 701, checked in by alloc, 12 years ago |
AEI2 0.99u:
- Saving window sizes and divider locations
|
File size:
919 bytes
|
Line | |
---|
1 | JDialog:
|
---|
2 | name: frame
|
---|
3 | title: frame.title
|
---|
4 | size: 950x600
|
---|
5 | locationRelativeTo: null
|
---|
6 | defaultCloseOperation: disposeOnClose
|
---|
7 | iconImage: img.ae
|
---|
8 | modalityType: applicationModal
|
---|
9 | onWindowClosing: [closing]
|
---|
10 | content:
|
---|
11 | - JSplitPane(name=contents, orientation=horizontalSplit, continuousLayout=true):
|
---|
12 | - JPanel(name=panTools):
|
---|
13 | - JScrollPane(name=scrollTools, vScrollBar=always, hScrollBar=never)
|
---|
14 | - MigLayout: |
|
---|
15 | [grow]
|
---|
16 | scrollTools [grow]
|
---|
17 | - JPanel(name=panInfo):
|
---|
18 | - PackageInfoBox(name=pkgInfo)
|
---|
19 | - JButton(name=btnInstall, icon=img.install, text=btnInstall.text, toolTipText=btnInstall.tooltip, enabled=false, onAction=[install])
|
---|
20 | - MigLayout: |
|
---|
21 | [grow]
|
---|
22 | pkgInfo [grow]
|
---|
23 | >btnInstall< [min]
|
---|
24 | - MigLayout: |
|
---|
25 | [grow]
|
---|
26 | contents [grow]
|
---|
27 | |
---|
Note:
See
TracBrowser
for help on using the repository browser.