Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 507 Bytes

File metadata and controls

21 lines (19 loc) · 507 Bytes

📂 Project Structure

/src/main/java
  ├── core
  │     ├── LogEvent
  │     ├── LogLevel
  │     └── FileLoggerService
  ├── io
  │     ├── WindowsEventExporter
  │     └── WindowsEventParser
  ├── controller
  │     ├── WelcomeViewFXController
  │     ├── LoadingBarFXController
  │     └── MainWindowFXController
  └── config
        ├── appConfig
        └── ApplicationContextProvider