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 591 by alloc, Fri Dec 28 20:12:33 2012 UTC vs.
Revision 592 by alloc, Sat Dec 29 16:01:15 2012 UTC

# Line 5 | Line 5 | JFrame:
5    minimumSize: 400x300
6    locationRelativeTo: null
7    defaultCloseOperation: doNothingOnClose
8 <  onWindowOpened: [validatePath,execDepotUpdate,checkUpdates,focus]
8 >  onWindowOpened: [execDepotUpdate,checkUpdates,focus]
9    onWindowClosing: [$confirm,closeFrames,saveLocalData,exit]
10    iconImage: img.kdt
11    content:
# Line 19 | Line 19 | JFrame:
19          - JButton(action=exitAction, hideActionText=true)
20          - JToolBarSeparator()
21          - JButton(action=settings, hideActionText=true)
22 <    - JPanel(name=contents):
22 >    - JSplitPane(name=contents, orientation=horizontalSplit, continuousLayout=true):
23          - JPanel(name=panMods):
24              - JLabel(name=lblModTypes, text=lblModTypes.text)
25              - JComboBox(name=cmbModTypes, onAction=modTypeSelection)
26              - JScrollPane(name=scrollMods, vScrollBar=always, hScrollBar=never):
27 <                JTable(name=tblMods)
28 <            - JButton(name=btnSortAlpha, onAction=sortAlpha, text=A-Z)
29 <            - JButton(name=btnSortNumber, onAction=sortPackageNumber, text=0-9)
27 >                JTable(name=tblMods, visible=false)
28              - MigLayout: |
29                   [grow]
30                   lblModTypes<,cmbModTypes           [min]
31                   scrollMods                         [grow]
32 <                 >btnSortAlpha=1<,btnSortNumber=1<  [min]
33 <        - MigLayout: |
34 <             [pref]
35 <             panMods        [grow]
32 >        - JPanel(name=panInfo):
33 >            - JLabel(name=lblSubmitter, text=lblSubmitter.text)
34 >            - JLabel(name=lblSubmitterVal)
35 >            - JLabel(name=lblCreator, text=lblCreator.text)
36 >            - JLabel(name=lblCreatorVal)
37 >            - JLabel(name=lblId, text=lblId.text)
38 >            - JLabel(name=lblIdVal)
39 >            - JLabel(name=lblFiles, text=lblFiles.text)
40 >            - JLabel(name=lblFilesVal)
41 >            - JLabel(name=lblDescription, text=lblDescription.text)
42 >            - JScrollPane(name=scrollDescription, vScrollBar=always, hScrollBar=asNeeded):
43 >                HTMLLinkLabel(name=lblDescriptionVal)
44 >            - MigLayout: |
45 >                 [min]             [grow]
46 >                 >lblSubmitter     lblSubmitterVal    [min]
47 >                 >lblCreator       lblCreatorVal      [min]
48 >                 >lblId            lblIdVal           [min]
49 >                 >lblFiles         lblFilesVal        [min]
50 >                 >^lblDescription  scrollDescription  [grow]
51      - MigLayout:
52          layoutConstraints: wrap 1
53          columnConstraints: grow

Diff Legend

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