source: java/installer2/src/net/oni2/aeinstaller/gui/corepackages/CorePackagesDialog.yml

Last change on this file was 701, checked in by alloc, 12 years ago

AEI2 0.99u:

  • Saving window sizes and divider locations
File size: 609 bytes
Line 
1JDialog:
2 name: frame
3 title: frame.title
4 size: 900x500
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 - PackageInfoBox(name=pkgInfo)
18 - MigLayout: |
19 [grow]
20 contents [grow]
21
Note: See TracBrowser for help on using the repository browser.