| # | Line 178 | Line 178 | public class AEInstaller2 { | |
|---|---|---|
| 178 | } | |
| 179 | JFrame.setDefaultLookAndFeelDecorated(true); | |
| 180 | ||
| 181 | < | System.out.println(basicBundle.getString("appname") + " " |
| 181 | > | System.out.println(basicBundle.getString("appname") |
| 182 | + basicBundle.getString("appversion")); | |
| 183 | System.out.println("JarPath: " + Paths.getInstallerPath()); | |
| 184 | System.out.println("PrefsPath: " + Paths.getPrefsPath()); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |