Skip to content

Commit b610b77

Browse files
authored
Initialize README with project details
Added project overview, features, technologies, and instructions.
1 parent 8f37284 commit b610b77

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# AdvanceDrawing
2+
3+
AdvanceDrawing is a Java desktop drawing application built with Maven. It demonstrates GUI programming, event handling, object-oriented design, and dynamic canvas resizing.
4+
5+
## Features
6+
7+
- Interactive drawing canvas
8+
- Dynamic canvas resizing
9+
- Java GUI event handling
10+
- Object-oriented architecture
11+
- Maven-based project structure
12+
- Desktop application design
13+
14+
## Technologies Used
15+
16+
- Java
17+
- Maven
18+
- JavaFX / GUI Programming
19+
- Object-Oriented Programming
20+
21+
## How to Run
22+
23+
Clone the repository:
24+
25+
```bash
26+
git clone https://github.com/Wadan3/AdvanceDrawing.git

0 commit comments

Comments
 (0)