Skip to content

Commit be193ad

Browse files
Create README.md
1 parent d508bf8 commit be193ad

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

‎example/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# MVC in Java
2+
## Example - scheduler
3+
This is an application about a scheduler. It is very simple and just made for exemplify the use of MVC framework in Java. To execute it, just open [Main.java](https://github.com/williamniemiec/MVC-in-Java/blob/master/example/Main.java) in your IDE and run it.
4+
5+
<b>Note:</b> If you are in doubt about the functioning of a specific class, just open it. All classes are documented.
6+
7+
## Application photos
8+
#### Main screen - new event
9+
10+
![New event](https://github.com/williamniemiec/MVC-in-Java/blob/master/media/example/scheduler_newEvent.PNG?raw=true)
11+
12+
#### List events
13+
14+
![List events](https://github.com/williamniemiec/MVC-in-Java/blob/master/media/example/scheduler_listEvents.PNG?raw=true)

0 commit comments

Comments
 (0)