我的Dialog
课程中有这个方法:
public static void hide(){
isOpen = false;
Main.PAGE.getChildren().removeAll(Main.PAGE.getChildren());
Main.PAGE.getChildren().add(Main.ROOT);
}
我尝试在三星TabS 和 LG Leon 手机中运行它,但是当我尝试在我的三星GT-N5100中运行它时strong>它会抛出 StackOverFlow错误。
为什么吗