ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/java/installer2/src/net/oni2/aeinstaller/AEInstaller2.java
(Generate patch)

Comparing AE/installer2/src/net/oni2/aeinstaller/AEInstaller2.java (file contents):
Revision 635 by alloc, Sat Jan 19 15:04:27 2013 UTC vs.
Revision 637 by alloc, Sun Jan 20 11:28:12 2013 UTC

# Line 50 | Line 50 | public class AEInstaller2 {
50                                  basicBundle.getString("appname"));
51                  app = new DefaultApplication();
52  
53 <                URL icon = AEInstaller2.class.getResource("images/AElogo.png");
53 >                URL icon = AEInstaller2.class.getResource(imagesBundle
54 >                                .getString("img.ae"));
55                  try {
56                          BufferedImage img = ImageIO.read(icon);
57                          app.setApplicationIconImage(img);
# Line 85 | Line 86 | public class AEInstaller2 {
86                  if (Settings.getPlatform() == Platform.MACOS)
87                          initMacOS();
88  
89 +                Settings.setDebug(debug);
90                  Settings.deserializeFromFile();
91                  Settings.setDebug(debug);
92  
# Line 120 | Line 122 | public class AEInstaller2 {
122                  }
123                  JFrame.setDefaultLookAndFeelDecorated(true);
124  
125 <                System.out.println(basicBundle.getString("appname") + " " + basicBundle.getString("appversion"));
125 >                System.out.println(basicBundle.getString("appname") + " "
126 >                                + basicBundle.getString("appversion"));
127                  System.out.println("JarPath:   " + Paths.getInstallerPath());
128                  System.out.println("PrefsPath: " + Paths.getPrefsPath());
129                  System.out.println("DataPath:  " + Paths.getModsPath());

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)