Refreshed the Database to a clean state

main
YaFedImYaEatIm 9 years ago
parent bb535a74bf
commit 0fe8f450b0

Binary file not shown.

@ -64,11 +64,10 @@ public class App extends Application
//testing out dataset //testing out dataset
try { try {
currentDataset = new Dataset("test's", Dataset.getExisting); currentDataset = new Dataset("test's", Dataset.createNew);
datasets.add(currentDataset); datasets.add(currentDataset);
}catch (DataException e){ }catch (DataException e){
e.printStackTrace(); e.printStackTrace();
} }
//after all loading then load the previous session //after all loading then load the previous session
try{ try{

Loading…
Cancel
Save