Duplicate :
|
java version "1.6.0-beta2" Java(TM) 2 Runtime Environment, Standard Edition (build 1.6.0-beta2-b73) Java HotSpot(TM) Client VM (build 1.6.0-beta2-b73, mixed mode, sharing) RFE for Multi Line JOptionPane input dialogs Currently the JOptionPane.showInputDialog methods provide the user with a JTextField to enter 1 line of text. Sometimes we need the user to enter a paragraph of text.
|