This is a simple Java-based antivirus scanner application using JavaFX for the user interface.
- Scan for viruses (simulated)
- Identify and delete junk files
- Boost system performance
- Simple and elegant user interface
- Basic settings panel
- Java 8 or later
- JavaFX 8 or later
SimpleAntivirusScanner/
├── src/
│ └── com/
│ └── example/
│ └── antivirus/
│ ├── EnhancedAntivirus.java
│ └── styles.css
├── lib/
├── build/
└── README.md
- Clone the repository:
git clone https://github.com/yourusername/SimpleAntivirusScanner.git
- Navigate to the project directory:
cd SimpleAntivirusScanner
- Compile the project:
javac -d build -sourcepath src src/com/example/antivirus/EnhancedAntivirus.java
- Run the application:
java -cp build com.example.antivirus.EnhancedAntivirus
This project is licensed under the MIT License.