| 120 |
|
} |
| 121 |
|
JFrame.setDefaultLookAndFeelDecorated(true); |
| 122 |
|
|
| 123 |
< |
// TODO |
| 123 |
> |
// TODO: Remove debug output |
| 124 |
|
System.out.println("JarPath: " + Paths.getInstallerPath()); |
| 125 |
|
System.out.println("PrefsPath: " + Paths.getPrefsPath()); |
| 126 |
|
System.out.println("DataPath: " + Paths.getModsPath()); |
| 133 |
|
System.out.println("OniSplit: " + OniSplit.isOniSplitInstalled()); |
| 134 |
|
System.out.println("Globalized:" + Installer.isEditionInitialized()); |
| 135 |
|
|
| 136 |
+ |
// TODO: Check available space |
| 137 |
|
System.out |
| 138 |
|
.println("Free space on temp: " |
| 139 |
|
+ SizeFormatter.format(Paths.getTempPath() |