Changeset 850 for java/installer2


Ignore:
Timestamp:
May 3, 2013, 1:33:55 PM (12 years ago)
Author:
alloc
Message:

AEI2.08:

Location:
java/installer2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • java/installer2/.classpath

    r849 r850  
    55        <classpathentry combineaccessrules="false" kind="src" path="/ProgramSettings"/>
    66        <classpathentry combineaccessrules="false" kind="src" path="/PlatformTools"/>
    7         <classpathentry kind="lib" path="/_ThirdPartyLibs/httpclient/commons-logging-1.1.1.jar"/>
    8         <classpathentry kind="lib" path="/_ThirdPartyLibs/httpclient/httpclient-4.2.2.jar"/>
    9         <classpathentry kind="lib" path="/_ThirdPartyLibs/httpclient/httpcore-4.2.2.jar"/>
    107        <classpathentry kind="lib" path="/_ThirdPartyLibs/swingbuilder/betterbeansbinding-core-1.3.0.jar"/>
    118        <classpathentry kind="lib" path="/_ThirdPartyLibs/swingbuilder/betterbeansbinding-el-1.3.0.jar"/>
     
    2421        <classpathentry kind="lib" path="/_ThirdPartyLibs/xstream-1.4.3.jar"/>
    2522        <classpathentry combineaccessrules="false" kind="src" path="/SVNAccess"/>
    26         <classpathentry kind="lib" path="/_ThirdPartyLibs/NaturalOrderComparator.jar"/>
    2723        <classpathentry combineaccessrules="false" kind="src" path="/HTTPFileDownloader"/>
    2824        <classpathentry combineaccessrules="false" kind="src" path="/ModDepotAccess"/>
     
    3127        <classpathentry combineaccessrules="false" kind="src" path="/UTF8ResourceBundleLoader"/>
    3228        <classpathentry combineaccessrules="false" kind="src" path="/SwingComponents"/>
     29        <classpathentry combineaccessrules="false" kind="src" path="/NaturalOrderComparator"/>
    3330        <classpathentry kind="output" path="bin"/>
    3431</classpath>
  • java/installer2/src/net/oni2/aeinstaller/gui/settings/SettingsDialog.yml

    r646 r850  
    1111    - JButton(name=btnCancel, text=btnCancel, onAction=[dispose])
    1212    - JPanel(name=panCommon, groupTitle=panCommon):
    13       - JLabel(name=lblNotifyOnStart, text=lblNotifyOnStart)
    14       - JCheckBox(name=chkNotifyOnStart)
    15       - JLabel(name=lblNotifyDepsAfterInstall, text=lblNotifyDepsAfterInstall, toolTipText=lblNotifyDepsAfterInstall.tooltip)
    16       - JCheckBox(name=chkNotifyDepsAfterInstall, toolTipText=lblNotifyDepsAfterInstall.tooltip)
    17       - JLabel(name=lblCopyIntro, text=lblCopyIntro)
    18       - JCheckBox(name=chkCopyIntro)
    19       - JLabel(name=lblCopyOutro, text=lblCopyOutro)
    20       - JCheckBox(name=chkCopyOutro)
     13      - JCheckBox(name=chkNotifyOnStart, horizontalTextPosition=LEADING, text=lblNotifyOnStart)
     14      - JCheckBox(name=chkNotifyDepsAfterInstall, horizontalTextPosition=LEADING, text=lblNotifyDepsAfterInstall, toolTipText=lblNotifyDepsAfterInstall.tooltip)
     15      - JCheckBox(name=chkCopyIntro, horizontalTextPosition=LEADING, text=lblCopyIntro)
     16      - JCheckBox(name=chkCopyOutro, horizontalTextPosition=LEADING, text=lblCopyOutro)
    2117      - MigLayout: |
    22            [min]                       [grow]
    23            >lblNotifyOnStart           chkNotifyOnStart           [pref]
    24            >lblNotifyDepsAfterInstall  chkNotifyDepsAfterInstall  [pref]
    25            >lblCopyIntro               chkCopyIntro               [pref]
    26            >lblCopyOutro               chkCopyOutro               [pref]
     18           [grow]
     19           >chkNotifyOnStart           [pref]
     20           >chkNotifyDepsAfterInstall  [pref]
     21           >chkCopyIntro               [pref]
     22           >chkCopyOutro               [pref]
    2723    - JPanel(name=panUI, groupTitle=panUI):
    2824      - JLabel(name=lblLaF, text=lblLaF)
Note: See TracChangeset for help on using the changeset viewer.