Skip to content

Commit

Permalink
First release!
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBigSasha committed Oct 23, 2020
1 parent ff6ba75 commit cf07c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/RuntimeTester/MainWindow.java
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public void start(Stage primaryStage) throws Exception {
Parent root = fxmlLoader.load();
c = (Controller) fxmlLoader.getController();
if(!startupClasses.isEmpty()) c.addBenchmarks(startupClasses);
c.addBenchmarksFromPackageNames(Collections.singletonList("Tutorial7"));
//c.addBenchmarksFromPackageNames(Collections.singletonList("Tutorial7"));
primaryStage.setTitle("Runtime Efficiency Wizard - COMP250");
Scene s = new Scene(root);
primaryStage.setScene(s);
Expand Down

0 comments on commit cf07c6a

Please sign in to comment.