ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/java/installer2/src/net/oni2/aeinstaller/gui/MainWin.yml
(Generate patch)

Comparing AE/installer2/src/net/oni2/aeinstaller/gui/MainWin.yml (file contents):
Revision 617 by alloc, Tue Jan 15 01:20:48 2013 UTC vs.
Revision 621 by alloc, Tue Jan 15 20:02:01 2013 UTC

# Line 5 | Line 5 | JFrame:
5    minimumSize: 400x300
6    locationRelativeTo: null
7    defaultCloseOperation: doNothingOnClose
8 <  onWindowOpened: [execDepotUpdate,checkMandatoryFiles,checkInitialize,initialize,checkUpdates,focus]
8 >  onWindowOpened: [execDepotUpdate,checkMandatoryFiles,checkInitialize,initialize,checkUpdates,doUpdate]
9    onWindowClosing: [saveLocalData,exit]
10    iconImage: img.ae
11    content:
# Line 19 | Line 19 | JFrame:
19      - Action(name=saveConfig, text=menu.saveConfig, toolTipText=menu.saveConfigTooltip, icon=img.saveFile, onAction=[saveConfig])
20      - Action(name=reglobalize, text=menu.reglobalize, toolTipText=menu.reglobalizeTooltip, icon=img.refresh, onAction=[reglobalize])
21      - Action(name=tools, text=menu.tools, toolTipText=menu.toolsTooltip, icon=img.tools, onAction=[tools])
22 +    - Action(name=update, text=menu.update, toolTipText=menu.updateTooltip, icon=img.update, onAction=[checkUpdates,doUpdate])
23      - JMenuBar:
24          - JMenu(name=mainMenu, text=menu.main):
25              - JMenuItem(action=settings)
# Line 36 | Line 37 | JFrame:
37              - JMenuItem(action=reglobalize)
38              - JSeparator()
39              - JMenuItem(action=tools)
40 +            - JSeparator()
41 +            - JMenuItem(action=update)
42      - JToolBar(name=toolbar, floatable=false, orientation=0):
43          - JButton(action=exitAction, hideActionText=true)
44          - JToolBarSeparator()
# Line 66 | Line 69 | JFrame:
69              - JLabel(name=lblTypesVal)
70              - JLabel(name=lblPlatform, text=lblPlatform.text)
71              - JLabel(name=lblPlatformVal)
72 +            - JLabel(name=lblPackageNumber, text=lblPackageNumber.text)
73 +            - JLabel(name=lblPackageNumberVal)
74              - JLabel(name=lblDescription, text=lblDescription.text)
75              - JScrollPane(name=scrollDescription, vScrollBar=always, hScrollBar=asNeeded):
76                  HTMLLinkLabel(name=lblDescriptionVal)
77              - MigLayout: |
78                   [min]             [grow]
79 <                 >lblSubmitter     lblSubmitterVal    [min]
80 <                 >lblCreator       lblCreatorVal      [min]
81 <                 >lblTypes         lblTypesVal        [min]
82 <                 >lblPlatform      lblPlatformVal     [min]
83 <                 >^lblDescription  scrollDescription  [grow]
79 >                 >lblSubmitter     lblSubmitterVal     [min]
80 >                 >lblCreator       lblCreatorVal       [min]
81 >                 >lblTypes         lblTypesVal         [min]
82 >                 >lblPlatform      lblPlatformVal      [min]
83 >                 >lblPackageNumber lblPackageNumberVal [min]
84 >                 >^lblDescription  scrollDescription   [grow]
85      - MigLayout:
86          layoutConstraints: wrap 1
87          columnConstraints: grow

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)