问题 So, it's a little confusing but here is the thing: I created a window with SceneBuilder, and created the controller and everything, there is a button in the window. The button setOnAction() method makes the program open another window, the thing is, this other window is another class and I want to pass information to this other window, but it seems I cannot. Here's some code example: MainWindow: confirm.setOnAction(event->{ try { LibraryWindowController lwc = new LibraryWindowController();