Categories
How to fill char array with data from TextField and PasswordField?
You need to fill the array with data from the fields, in order to then transfer them over the network. Thanks
Answer the question
In order to leave comments, you need to log in
char[] login = loginText.getText().toCharArray();
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question