Question: 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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!