LAB221 Assignment Type: Code: LOC: Slot(s): Title Choose flag Background Context Short Assignment kct1572108859.docx 25 A drop-down menu (also drop down menu or drop-down list or drop menu or pull-down list or simply a drop down) is a graphical control element, similar to a list box, which allows the user to choose one value from a list When a drop-down list is inactive, it displays a single value When activated, it displays (drops down) a list of values, from which the user may select one When the user selects a new value, the control reverts to its inactive state, displaying the selected value It is often used in the design of graphical user interfaces, including web design Program Specifications Design a program that allows users choose flag by country name Function details: Program has a dropdownlist choose country name and JPanel display image Expectation of User interface: Guidelines