Skip to content

Commit 20b6160

Browse files
authored
Update README.md
1 parent 49f4a44 commit 20b6160

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55

66

77
## Paint Application
8-
This is a drawing app that lets you create circles, rectangles, and other shapes in a range of colors. It serves as a demonstration of Swing widgets and listeners in action.
8+
This is a drawing app that lets you create circles, rectangles, and other shapes in a range of colors. It serves as a demonstration of Swing widgets and listeners in action. Three version are included: (a) alpha is the version with just UI elements without functionality; (b) beta version includes listener calls; (c) gamma is the first fully functional version.
99

1010
## Running
1111

12-
To execute run as:
12+
To execute (te full version) run as:
1313
```
14-
java -jar javiergs.PaintApp
14+
java -jar javiergs.gamma.PaintApp
1515
```
1616
## User Interface
1717

0 commit comments

Comments
 (0)