Show / Hide a Node within a stage
问题 I am aware that there are already answers for this question but somehow, it was not able to solve my problem. When I click the textfield in IMAGE1, I want the keyboard FXML(IMAGE2) to appear as is in IMAGE3. But the thing is, I can't seem to find the solution. How do I do this? I need your help please. IMAGE1 IMAGE2 IMAGE3 回答1: I am experimenting with something similar, here is what I came up with (one of many possible solutions): You need to wrap your main layout (IMAGE1) in a StackPane .