Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

setText int java

// By adding empty string "", setText work properly with int because the int automatically converted to string
inputField.setText(intVariable + "");
 
PREVIOUS NEXT
Tagged: #setText #int #java
ADD COMMENT
Topic
Name
6+2 =