Skip to content
Snippets Groups Projects
Commit 0bac5780 authored by Blersch Lara's avatar Blersch Lara
Browse files

Merge remote-tracking branch 'origin/main'

parents 35fc42cf ea27adde
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
......@@ -12,8 +12,8 @@ import org.apache.logging.log4j.Logger;
import java.io.InputStream;
public class GuiController extends Application {
private final static Logger log = LogManager.getLogger(GuiController.class);
public class GUIDriver extends Application {
private final static Logger log = LogManager.getLogger(GUIDriver.class);
private final static View STARTUP_VIEW = View.MAIN;
private final static String PATH_TO_ICON = "/images/Tasty_Pages_Icon.png";
......@@ -40,7 +40,7 @@ public class GuiController extends Application {
@Override
public void start(Stage stage) throws Exception {
GuiController.stage = stage;
GUIDriver.stage = stage;
Parent parent = STARTUP_VIEW.getScene();
final Scene scene = new Scene(parent, 1400, 800);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment