Changeset 655 for AE/installer2/src
- Timestamp:
- Jan 25, 2013, 4:06:18 PM (12 years ago)
- Location:
- AE/installer2/src/net/oni2/aeinstaller
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
AE/installer2/src/net/oni2/aeinstaller/backend/oni/Installer.java
r654 r655 276 276 } 277 277 278 log.println(); 278 279 Date end = new Date(); 279 280 log.println("Initialization ended at " + sdf.format(end)); -
AE/installer2/src/net/oni2/aeinstaller/gui/corepackages/CorePackagesDialog.java
r648 r655 2 2 3 3 import java.awt.Dimension; 4 import java.awt.Insets; 4 5 import java.awt.event.ActionEvent; 5 6 import java.awt.event.KeyEvent; … … 96 97 97 98 setLocationRelativeTo(null); 99 lblDescriptionVal.setMargin(new Insets(-15, 0, 0, 0)); 98 100 } 99 101 -
AE/installer2/src/net/oni2/aeinstaller/gui/toolmanager/ToolManager.java
r648 r655 2 2 3 3 import java.awt.Dimension; 4 import java.awt.Insets; 4 5 import java.awt.event.ActionEvent; 5 6 import java.awt.event.KeyEvent; … … 108 109 109 110 setLocationRelativeTo(null); 111 lblDescriptionVal.setMargin(new Insets(-15, 0, 0, 0)); 110 112 } 111 113
Note:
See TracChangeset
for help on using the changeset viewer.