Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

get text from a jtextfield

JTextField yourInpuFieldt = new JTextField(16);
yourInputField.setText("put your text here");  
String x = yourInputField.getText();
Source by perso.ensta-paris.fr #
 
PREVIOUS NEXT
Tagged: #text #jtextfield
ADD COMMENT
Topic
Name
8+4 =