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 594 by alloc, Tue Jan 1 19:27:17 2013 UTC vs.
Revision 600 by alloc, Wed Jan 9 23:12:01 2013 UTC

# Line 5 | Line 5 | JFrame:
5    minimumSize: 400x300
6    locationRelativeTo: null
7    defaultCloseOperation: doNothingOnClose
8 <  onWindowOpened: [execDepotUpdate,checkUpdates,focus]
9 <  onWindowClosing: [askClose,closeFrames,saveLocalData,exit]
8 >  onWindowOpened: [execDepotUpdate,checkUpdates,initialize,focus]
9 >  onWindowClosing: [askClose,saveLocalData,exit]
10    iconImage: img.ae
11    content:
12 <    - Action(name=exitAction, text=menu.exit, toolTipText=menu.exitTooltip, icon=img.exit, onAction=[askClose,closeFrames,saveLocalData,exit])
12 >    - Action(name=exitAction, text=menu.exit, toolTipText=menu.exitTooltip, icon=img.exit, onAction=[askClose,saveLocalData,exit])
13      - Action(name=settings, text=menu.settings, toolTipText=menu.settingsTooltip, icon=img.settings, onAction=[showSettings])
14      - Action(name=about, text=menu.about, toolTipText=menu.aboutTooltip, icon=img.about, onAction=[showAbout])
15      - Action(name=loadConfig, text=menu.loadConfig, toolTipText=menu.loadConfigTooltip, icon=img.openFile, onAction=[loadConfig])
16      - Action(name=saveConfig, text=menu.saveConfig, toolTipText=menu.saveConfigTooltip, icon=img.saveFile, onAction=[saveConfig])
17      - Action(name=reglobalize, text=menu.reglobalize, toolTipText=menu.reglobalizeTooltip, icon=img.refresh, onAction=[reglobalize])
18 +    - Action(name=tools, text=menu.tools, toolTipText=menu.toolsTooltip, icon=img.tools, onAction=[tools])
19      - JMenuBar:
20          - JMenu(name=mainMenu, text=menu.main):
21              - JMenuItem(action=settings)
# Line 25 | Line 26 | JFrame:
26              - JMenuItem(action=saveConfig)
27              - JSeparator()
28              - JMenuItem(action=reglobalize)
29 <    - JToolBar(name=tools, floatable=false, orientation=0):
29 >            - JSeparator()
30 >            - JMenuItem(action=tools)
31 >    - JToolBar(name=toolbar, floatable=false, orientation=0):
32          - JButton(action=exitAction, hideActionText=true)
33          - JToolBarSeparator()
34          - JButton(action=settings, hideActionText=true)
35          - JButton(action=about, hideActionText=true)
36      - JSplitPane(name=contents, orientation=horizontalSplit, continuousLayout=true):
37          - JPanel(name=panMods):
35            - JButton(name=btnRevertSelection, icon=img.undo16, text=btnRevertSelection.text, toolTipText=btnRevertSelection.tooltip, onAction=[revertSelection])
38              - JLabel(name=lblModTypes, text=lblModTypes.text)
39              - JComboBox(name=cmbModTypes, onAction=modTypeSelection)
40              - JScrollPane(name=scrollMods, vScrollBar=always, hScrollBar=never):
41                  JTable(name=tblMods, visible=false)
42 +            - JButton(name=btnRevertSelection, icon=img.undo16, text=btnRevertSelection.text, toolTipText=btnRevertSelection.tooltip, onAction=[revertSelection])
43 +            - JButton(name=btnInstall, icon=img.install, text=btnInstall.text, toolTipText=btnInstall.tooltip, onAction=[install])
44 +            - JLabel(name=lblDownloadSize, text=lblDownloadSize.text)
45 +            - JLabel(name=lblDownloadSizeVal)
46              - MigLayout: |
47                   [grow]
42                 btnRevertSelection                 [min]
48                   lblModTypes<,cmbModTypes           [min]
49                   scrollMods                         [grow]
50 +                 >btnRevertSelection,btnInstall     [min]
51 +                 lblDownloadSize,lblDownloadSizeVal [min]
52          - JPanel(name=panInfo):
53              - JLabel(name=lblSubmitter, text=lblSubmitter.text)
54              - JLabel(name=lblSubmitterVal)
55              - JLabel(name=lblCreator, text=lblCreator.text)
56              - JLabel(name=lblCreatorVal)
50            - JLabel(name=lblId, text=lblId.text)
51            - JLabel(name=lblIdVal)
57              - JLabel(name=lblFiles, text=lblFiles.text)
58              - JLabel(name=lblFilesVal)
59              - JLabel(name=lblDescription, text=lblDescription.text)
# Line 58 | Line 63 | JFrame:
63                   [min]             [grow]
64                   >lblSubmitter     lblSubmitterVal    [min]
65                   >lblCreator       lblCreatorVal      [min]
61                 >lblId            lblIdVal           [min]
66                   >lblFiles         lblFilesVal        [min]
67                   >^lblDescription  scrollDescription  [grow]
68      - MigLayout:

Diff Legend

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