667668669670671672673674675676677
public void openSandbox() { if (sandBoxStage == null) { sandBoxStage = new SandboxStage(this, this, logParser); StageManager.addAndShow(sandBoxStage); btnSandbox.setDisable(true); }