|
|
|
|
|
|
graph TD
A[Java 17] --> B[Swing GUI]
A --> C[Multithreading]
A --> D[File I/O]
B --> E[Event Handling]
C --> F[Clock Utility]
D --> G[Word Replacer]
# Clone the repository
git clone https://github.com/ArnavM21git/StudentUtilityManager.git
# Compile and run
cd StudentUtilityManager
javac studenttools/StudentAssistantApp.java
java studenttools.StudentAssistantAppsrc/
├── studenttools/
│ ├── MainFrames/
│ ├── Utilities/
│ └── Clock/
├── CalculatorFrame.java
├── GPAFrame.java
└── ...