Changeset 647 for AE/installer2/src/net/oni2/aeinstaller/gui
- Timestamp:
- Jan 24, 2013, 3:18:40 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
AE/installer2/src/net/oni2/aeinstaller/gui/MainWin.java
r646 r647 4 4 import java.awt.Desktop; 5 5 import java.awt.GridLayout; 6 import java.awt.Insets; 6 7 import java.awt.event.ActionEvent; 7 8 import java.awt.event.ItemEvent; … … 144 145 tblMods.addModSelectionListener(this); 145 146 tblMods.addDownloadSizeListener(this); 147 148 lblDescriptionVal.setMargin(new Insets(-15, 0, 0, 0)); 146 149 } 147 150 … … 536 539 } 537 540 } 538 541 539 542 if (!Settings.getInstance() 540 543 .get("notifyDepsAfterInstall", false)) {
Note:
See TracChangeset
for help on using the changeset viewer.