TuPrologIDEBuilder

constructor(stage: Stage, title: String = "tuProlog IDE", icon: Image = TUPROLOG_LOGO, onClose: () -> Boolean = { showExitConfirmationDialog(title) }, onAbout: () -> Unit = { showAboutDialog(title, Info.VERSION) }, stylesheets: List<String> = listOf(JAVA_KEYWORDS_LIGHT, LIGHT_CODE_AREA), customLibraries: List<Library> = emptyList(), customTabs: List<CustomTab> = emptyList())