0
Would you like to know how to increase the width of the inputDialog inbox? I am using the code below to open the dialog box to edit an information called "title", is working, but the title can be a little long and so I would like the dialog box to be wider.
String answer = (String)Joptionpane.showInputDialog(null,"Title Edit:", "Title Edit",Joptionpane.PLAIN_MESSAGE, null,null,"Title");
It worked perfectly. Only it changes to the other Joptionpane too, but then just reset the size to normal. Thanks for the information, this seemed to me more practical and efficient of the solutions I found.
– Rodrigo Gambarra