| 16 |
|
import javax.swing.UIManager; |
| 17 |
|
import javax.swing.UIManager.LookAndFeelInfo; |
| 18 |
|
|
| 19 |
+ |
import net.oni2.aeinstaller.backend.OniSplit; |
| 20 |
|
import net.oni2.aeinstaller.backend.Settings; |
| 21 |
|
import net.oni2.aeinstaller.backend.Settings.Platform; |
| 22 |
|
import net.oni2.aeinstaller.backend.StuffToRefactorLater; |
| 126 |
|
System.out.println("TempPath: " + Settings.getTempPath()); |
| 127 |
|
System.out.println("ValidPath: " |
| 128 |
|
+ StuffToRefactorLater.verifyRunningDirectory()); |
| 129 |
+ |
System.out.println("Platform: " + Settings.getPlatform()); |
| 130 |
+ |
System.out.println("Architect: " + Settings.getArchitecture()); |
| 131 |
+ |
System.out.println(".NET: " + OniSplit.isDotNETInstalled()); |
| 132 |
|
|
| 133 |
|
if (!StuffToRefactorLater.verifyRunningDirectory()) { |
| 134 |
|
JOptionPane.showMessageDialog(null, |