//Control loadedGame = new Control();
int selectedIndex = list.getSelectedIndex();
String[] saveFile = new String[2];
try {
if(selectedIndex >= 0){
saveFile = saveGame.listOfEntries()[selectedIndex].split(" ");
String saveName = "";
String saveDate = "";
int count = 0;
for(String word: saveFile){
if(count < saveFile.length - 2){