Question: I need this code debugged. Every time I debug this code I get Note: DebugFourteen2.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for
I need this code debugged. Every time I debug this code I get
Note: DebugFourteen2.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
// Displays list of payment options // - credit card, check or cash // Displays fee for using each - 5%, 2% or 0%
import javax.swing.*; import java.awt.*; import java.awt.event.*;
public class DebugFourteen2 extends JFrame implements ItemListener { FlowLayout flow = new FlowLayout(); JComboBox
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
