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

Last change on this file since 648 was 646, checked in by alloc, 12 years ago

AEI2 0.99c:

  • Download window: Show which file is currently being downloaded and if it is an automaticly resolved dependency
  • Added mandatory packages dialog
  • Added option to show automatic resolved dependencies after installation is done instead of interrupting installation process to ask whether to continue
  • ToolManager: version number + last change added
  • Correct output of download-size in mainwin after installation of mods done
File size: 2.3 KB
Line 
1JDialog:
2 name: frame
3 title: frame.title
4 size: packed
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=asNeeded):
13 JList(name=lstTools)
14 - MigLayout: |
15 [grow]
16 scrollTools [grow]
17 - JPanel(name=panInfo):
18 - JLabel(name=lblTitle, text=lblTitle.text)
19 - JLabel(name=lblTitleVal)
20 - JLabel(name=lblCreator, text=lblCreator.text)
21 - JLabel(name=lblCreatorVal)
22 - JLabel(name=lblPlatform, text=lblPlatform.text)
23 - JLabel(name=lblPlatformVal)
24 - JLabel(name=lblPackageNumber, text=lblPackageNumber.text)
25 - JLabel(name=lblPackageNumberVal)
26 - JLabel(name=lblVersionNumber, text=lblVersionNumber.text)
27 - JLabel(name=lblVersionNumberVal)
28 - JLabel(name=lblLastChange, text=lblLastChange.text)
29 - JLabel(name=lblLastChangeVal)
30 - JLabel(name=lblDescription, text=lblDescription.text)
31 - JScrollPane(name=scrollDescription, vScrollBar=always, hScrollBar=asNeeded):
32 HTMLLinkLabel(name=lblDescriptionVal)
33 - JLabel(name=lblDownloadSize, text=lblDownloadSize.text)
34 - JLabel(name=lblDownloadSizeVal)
35 - JButton(name=btnInstall, icon=img.install, text=btnInstall.text, toolTipText=btnInstall.tooltip, enabled=false, onAction=[install])
36 - MigLayout: |
37 [min] [grow]
38 >lblTitle lblTitleVal [min]
39 >lblCreator lblCreatorVal [min]
40 >lblPlatform lblPlatformVal [min]
41 >lblPackageNumber lblPackageNumberVal [min]
42 >lblVersionNumber lblVersionNumberVal [min]
43 >lblLastChange lblLastChangeVal [min]
44 >^lblDescription scrollDescription [grow]
45 >lblDownloadSize lblDownloadSizeVal [min]
46 >btnInstall+*< [min]
47 - MigLayout: |
48 [grow]
49 contents [grow]
50
Note: See TracBrowser for help on using the repository browser.