SEN1002-OOP (JAVA) LAB EXAM 2 Duration: 40 min. Student Name: Student ID: Question 1: Design a frame where various produ
Posted: Thu May 26, 2022 9:41 am
Question 1: Design a frame where various products can be listed according to categories Keep Customer and Product information in different classes. Also, implement following GUI based program: Customer I Customer Full Name Adrest Phone Number Products Category Select Availability include Out of Stock Dress Floral with Pocket-2567L White T-Shirt-100TL Hole Denim-500TL Sport Shorts-100TL You can use any interface for combo box action. You can use any Layout to obtain same design. Availability check box shows all products even if they are out of stock. Define a regular expression for phone number: 0(535)5551020
SEN1002-OOP (JAVA) LAB EXAM 2 Duration: 40 min. Student Name: Student ID: