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

@@ -523,4 +523,8 @@ public class ReplaySender extends ChannelInboundHandlerAdapter {
//return timeInfo.get().getSpeed();
}
public File getReplayFile() {
return replayFile;
}
}