Forum Discussion
- AnandKiranFrequent ContributorI found the solution use Java Swing ( import javax.swing.*;) in your script to enable this functionality
Then use the below code to get an input box.
String name=JOptionPane.showInputDialog("Enter your name pls.");
Hope this answers your issue.
Regards
Anand- NileshOccasional Contributor
Thanks Anand.. It worked for me :)
- I'm looking for the same, somebody help us please.
Thanks in advance