Dear experts, please tell me! There is a controller in which there is a TextArea :
public class Controller { @FXML public TextArea ta; } How to access TextArea from another class? How to pass a String ?
Dear experts, please tell me! There is a controller in which there is a TextArea :
public class Controller { @FXML public TextArea ta; } How to access TextArea from another class? How to pass a String ?
Source: https://ru.stackoverflow.com/questions/470948/
All Articles