Stringselected=(String)JOptionPane.showInputDialog(this,"Select the best correction for the following sentence:\n "+sentence,"Correction Selection",JOptionPane.PLAIN_MESSAGE,null,options,options[0]);
@@ -344,6 +337,7 @@ public class MainApp extends JFrame {