| 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; |
| 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) |
| 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(""); |