Skip to content

Commit 9a22a2a

Browse files
committed
Update file
1 parent 3ce5823 commit 9a22a2a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,11 @@ This program has been built and tested on Ubuntu 18.04 including PostgreSQL 10,
3131
1. Obtains a physical connection to the database `DriverManager.getConnection(url, username, password)`.
3232
2. Sends a query to the connection whenever you click on one of the menu options, e.g, `SELECT MAX(id) FROM customer`.
3333
3. Parses the query returned values and displays them on the GUI.
34+
35+
# Some images
36+
![Landing Page](https://github.com/AmirUCR/jdbc_mechanic_shop/blob/master/images/landing_page.png)
37+
![Add Car](https://github.com/AmirUCR/jdbc_mechanic_shop/blob/master/images/add_car.png)
38+
![Add Customer](https://github.com/AmirUCR/jdbc_mechanic_shop/blob/master/images/add_customer.png)
39+
![Add Customer](https://github.com/AmirUCR/jdbc_mechanic_shop/blob/master/images/add_customer_2.png)
40+
![List Cars](https://github.com/AmirUCR/jdbc_mechanic_shop/blob/master/images/list_cars.png)
41+
![List Cars](https://github.com/AmirUCR/jdbc_mechanic_shop/blob/master/images/list_cars_2.png)

0 commit comments

Comments
 (0)