Problem
Converting a Java program into a Interactive GUI Java Program.
Design and implement an interactive Java program for customers of Sanderson's Ice Cream Sundaes to place an order. Allow customers the option of choosing a two-scoop or one-scoop creation at a base price of $3.00 or $2.20, respectively. Let the customer choose strawberry or vanilla as the primary flavor at no extra cost. If the customer adds nuts or cherries to the order, add $0.50 for each to the base price. After the customer clicks an Order Now button, display the price of the order.