Update time: 2025-01-28
Download the Java SDK for your operating system: Java SDK Link
Add the Java SDK to the environment variables
java -version
Java_programming/
├── Calculator/
│ └── Calculator.java # Main program for the calculator application
├── draw/
│ └── draw.java # Main program for the drawing application
├── Notepad/
│ └── Notepad.java # Main program for the notepad application
├── final_project/
│ ├── attachment/ # Directory for additional resources
│ │ ├── image/
│ │ └── music/
│ └── code/
│ ├── CatHitMouse.java # Main game logic for Cat Hit Mouse game
│ ├── GameStart.java
│ ├── JP.java # Entry point of the application
│ └── PikachuGame.java # Main game logic for Pikachu game
└── .gitignore