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