Answered step by step
Verified Expert Solution
Question
1 Approved Answer
I need help getting this line to work it throws an error. I need the selected item to be yes, and the the jtextpane to
I need help getting this line to work it throws an error. I need the selected item to be yes, and the the jtextpane to be filled in. If the jcombobox, and the jtextpane are filled in the joptionpane still executes instead of proceeding to the else statement.
} else if (jcombox1.getSelectedItem() == "Yes" || jtextpane1.getText().isEmpty()){ JOptionPane.showMessageDialog(null, "fill in jtextpane1 to proceed");
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started