labelString=inputTextField.getText(); helloWorldLabel.setText(labelString);
helloWorldLabel.setText(inputTextField.getText());