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

Comparing AE/installer2/src/net/oni2/aeinstaller/gui/MainWin.java (file contents):
Revision 593 by alloc, Mon Dec 31 13:48:32 2012 UTC vs.
Revision 596 by alloc, Wed Jan 2 17:00:16 2013 UTC

# Line 1 | Line 1
1   package net.oni2.aeinstaller.gui;
2  
3   import java.awt.Frame;
4 import java.io.File;
4   import java.util.ArrayList;
5   import java.util.Comparator;
6   import java.util.List;
# Line 189 | Line 188 | public class MainWin extends JFrame impl
188  
189          private void saveLocalData() {
190                  Settings.getInstance().serializeToFile();
191 <                DepotManager.getInstance().saveToFile(
193 <                                new File(Settings.getDepotCacheFilename()));
191 >                DepotManager.getInstance().saveToFile(Settings.getDepotCacheFilename());
192          }
193  
194          @DoInBackground(progressMessage = "updateDepot.title", cancelable = false, indeterminateProgress = false)
# Line 263 | Line 261 | public class MainWin extends JFrame impl
261                  JOptionPane.showMessageDialog(this, "reglobalize", "todo",
262                                  JOptionPane.INFORMATION_MESSAGE);
263          }
264 <        
264 >
265          @SuppressWarnings("unused")
266          private void revertSelection() {
267                  // TODO Auto-generated method stub
268                  JOptionPane.showMessageDialog(this, "revertSelection", "todo",
269                                  JOptionPane.INFORMATION_MESSAGE);
270          }
273        
274        
271  
272          private void modSelection(NodeMod n) {
273                  lblSubmitterVal.setText("");

Diff Legend

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