diff --git a/README.md b/README.md index a900b63..db7137b 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,9 @@ ## Overview The Rocky Dry Cleaners Management System is a Java application designed to help manage customer orders for a dry cleaning business. It provides a graphical user interface for entering customer data, calculating charges, and storing order information. -This application was created for my Programming Fundamentals cource at Central Queensland University. This was the first program I made. +![Display All Page](img/display_all.png) + +This application was created for my Programming Fundamentals cource at Central Queensland University. This was the first program I ever made. ## Features - **Customer Order Entry**: Enter customer names and the number of garments to be cleaned @@ -14,7 +16,12 @@ This application was created for my Programming Fundamentals cource at Central Q - **Order Management**: Store up to 10 customer orders in a session - **Order Display**: View all entered orders along with statistics (average garments, total charges) - **Search Functionality**: Look up orders by customer name + + ![Search](img/search.png) - **User-Friendly Interface**: Simple GUI for easy data entry and retrieval +- **Error Messages for Invalid Inputs**: + + ![Search Not Found](img/search_error.png) ## System Requirements - Java Runtime Environment (JRE) diff --git a/img/display_all.png b/img/display_all.png new file mode 100644 index 0000000..2b6f9f6 Binary files /dev/null and b/img/display_all.png differ diff --git a/img/search.png b/img/search.png new file mode 100644 index 0000000..2633068 Binary files /dev/null and b/img/search.png differ diff --git a/img/search_error.png b/img/search_error.png new file mode 100644 index 0000000..a55b34a Binary files /dev/null and b/img/search_error.png differ