46474849505152
public DocContext(Main main, DocModeHelper mode) { this.main = main; this.modeHelper = mode; stage = Stage.createFullscreenEnabledStage(); undoManager = new UndoManager(this); notificationIndicator = new NotificationIndicator(); }