Cleaned up even more GUIs

Added possibility to create Thumbnails and show them in the Replay Manager
This commit is contained in:
Marius Metzger
2015-01-25 20:36:02 +01:00
parent f39e0f9eae
commit 8c2cf9011e
23 changed files with 663 additions and 206 deletions

View File

@@ -389,4 +389,11 @@ public class ReplayHandler {
public static Position getLastPosition() {
return lastPosition;
}
public static File getReplayFile() {
if(replaySender != null) {
return replaySender.getReplayFile();
}
return null;
}
}