Skip to content

Latest commit

 

History

History
44 lines (41 loc) · 1.69 KB

File metadata and controls

44 lines (41 loc) · 1.69 KB

CSE215-Lab_Project-Console_Based_Custom_Management_System-

This is a console-based project on Custom_Management_System. Things I had to cover in this project - Encapsulation, Inheritance, Polymorphism, Packages, Abstraction, Interface, Custom Exception Handling and File Handling. Later, I had to show this on GUI. I used JAVA swing.

Path Detail →

Repositories
    ├─ CSE215-Lab_Project-Console_Based_Custom_Management_System
    │   ├── package1
    │   │   └── CustomManagement.java (main/driver)
    │   │   └── Customs.java
    |   |   └── UserSignUp.java
    |   |
    │   ├── package2
    │   |   └── Port.java
    │   |
    |   ├── exception
    |   |   └── InvalidPasswordException.java
    |   |
    |   ├── ConnectGUI
    |   |   └── CustomsGUIConnect.java
    |   |
    │   ├── UML diagram & others
    │   |   └── Customs_Employee.csv
    │   |   └── Customs_Management.jar (executable jar file for GUI) 
    │   |   └── Project_File.txt
    │   |   └── Project_File_Export.txt
    │   |   └── UML_new.pdf
    │   |   └── UML_new_page.jpg
    │   |   └── CSE215 Lab-Project guidline.jpg
    |   |
    |   ├── LICENSE
    |   |
    |___├── README.md

Course name - CSE215L
Faculty - Dr. Chowdhury Farhan Ahmed
Faculty initial - CFA
Spring'23

Project Guideline →

UML diagram →