source: AE/installer2/src/net/oni2/aeinstaller/gui/toolmanager/ToolManager.yml@ 663

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
Line 
1JDialog:
2 name: frame
3 title: frame.title
4 size: 950x600
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):
12 - JScrollPane(name=scrollTools, vScrollBar=always, hScrollBar=never)
13 - MigLayout: |
14 [grow]
15 scrollTools [grow]
16 - JPanel(name=panInfo):
17 - PackageInfoBox(name=pkgInfo)
18 - JButton(name=btnInstall, icon=img.install, text=btnInstall.text, toolTipText=btnInstall.tooltip, enabled=false, onAction=[install])
19 - MigLayout: |
20 [grow]
21 pkgInfo [grow]
22 >btnInstall< [min]
23 - MigLayout: |
24 [grow]
25 contents [grow]
26
Note: See TracBrowser for help on using the repository browser.