Hello. I am unsure how to code a pop-up window in Java. Theseare the details of my current program:
There is small, medium, large, and extra large size option thatare selected using a JComboBox, declared sComboBox. The prices areSmall: $3, Medium: $4, Large: $5, Extra-Large: $6. Only the singlesize selection for the whole order impact the price. Selectionsmade in JLists do not change the price. The other 3 selections aremade using a JList<String> declared dList, sList, and s1List,using DefaultListModel <string>.
Each JList has 4 options. They are as follows:
4 dList options: A, B, C, D
4 sList options: E, F, G, H
4 s1List
OR
OR