JOptionPane - Initialise a default value
HI
I am using the below code to take entries but I need to put some default values in the text fields when it pops up. Can anyone tell me how to initialise it with a value?
String textValue = JOptionPane.showInputDialog("Please enter your text");
Thanks

