File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -31,3 +31,11 @@ This program has been built and tested on Ubuntu 18.04 including PostgreSQL 10,
31311 . Obtains a physical connection to the database ` DriverManager.getConnection(url, username, password) ` .
32322 . Sends a query to the connection whenever you click on one of the menu options, e.g, ` SELECT MAX(id) FROM customer ` .
33333 . 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 )
You can’t perform that action at this time.
0 commit comments