How to create a javafx 2.0 application MDI
问题 How to implement something kinda internal frame in JavaFx 2.0 specifically? My attempt is as so.. import javafx.application.Application; import javafx.event.ActionEvent; import javafx.event.EventHandler; import javafx.scene.Scene; import javafx.scene.control.Button; import javafx.scene.layout.StackPane; import javafx.stage.Stage; public class Main extends Application { ConnectDb connection; public static void main(String[] args) { Application.launch(args); } @Override public void start(Stage