Skip to content

Modules Overview

Kusal Damsara edited this page Jun 15, 2025 · 1 revision

🧱 Modules Overview

Package Structure

com.algounix
β”œβ”€β”€ data // DB connection and access layer
β”œβ”€β”€ model // Java classes representing entities
β”œβ”€β”€ ui // Swing UI components
β”œβ”€β”€ report // JFreeChart-based reporting
└── util // Helper utilities

Notable Classes

  • MySQL.java – Handles DB connection.
  • Dashboard.java – Main GUI window.
  • QRGenerator.java – Dialog for QR code generation.
  • ReportPanel.java – Visualizes data using charts.

The system follows MVC architecture for separation of concerns.

Clone this wiki locally