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

Comparing AE/installer2/src/net/oni2/aeinstaller/gui/MainWin.java (file contents):
Revision 646 by alloc, Wed Jan 23 11:43:13 2013 UTC vs.
Revision 647 by alloc, Thu Jan 24 02:18:40 2013 UTC

# Line 3 | Line 3 | package net.oni2.aeinstaller.gui;
3   import java.awt.BorderLayout;
4   import java.awt.Desktop;
5   import java.awt.GridLayout;
6 + import java.awt.Insets;
7   import java.awt.event.ActionEvent;
8   import java.awt.event.ItemEvent;
9   import java.awt.event.ItemListener;
# Line 143 | Line 144 | public class MainWin extends JFrame impl
144  
145                  tblMods.addModSelectionListener(this);
146                  tblMods.addDownloadSizeListener(this);
147 +                
148 +                lblDescriptionVal.setMargin(new Insets(-15, 0, 0, 0));
149          }
150  
151          private void initModTypeBox() {
# Line 535 | Line 538 | public class MainWin extends JFrame impl
538                                                          mods.add(mDep);
539                                          }
540                                  }
541 <                                
541 >
542                                  if (!Settings.getInstance()
543                                                  .get("notifyDepsAfterInstall", false)) {
544                                          int size = 0;

Diff Legend

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