SwingChooseDirectoryScreen.ktPart of the Application bootstrap layer. Setup UI Screen.
Kotlin Class implementing SwingChooseDirectoryScreen.
SwingChooseDirectoryScreen — class : SwingGUIContext) : SwingAbstractWizardWindow(context, Texts.CD_SCREEN_TITLE).
Key dependencies: org.projectforge.common.CanonicalFileUtils, org.projectforge.setup.wizard.Texts, org.projectforge.start.ProjectForgeHomeFinder
| Commit | Description |
|---|---|
868d6abb7 | 2025 -> 2026 (minor edit, license header update) |
63081666f | Source file headers: 2024-> 2025. (minor edit, license header update) |
b6092df09 | Copyright 2023 -> 2024 (minor edit, license header update) |
ab45d51fa | Copyright 2001-2022 -> 2001-2023. (minor edit, license header update) |
5f7ef41b8 | Copyright 2021 -> 2022 (minor edit, license header update) |
e1a19856a | WIP: Dockerization. Typo in DataTransferI18nResources fixed. Standard length of passwords decreased (10 -> 8). |
ceb63e8a1 | Source code header: (C) 2001-2021. |
878cb7169 | Lots of compiler warnings fixed. |
7c79f1922 | Copyright of source header -> 2020. |
73a9755df | More code cleanup: - Collapsed catch blocks that did the exact same things - Replaced ArrayList<Class> with ArrayList<> - Replaced StringBuffer with StringBuilder - Removed a few usages of deprecated classes (mainly HSSFColors in Excel) - Replace Collections.sort with List.sort |