Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 Web 应用程序,用户在主页上登录网站,一旦他们登录,我想显示不同的“页面”或场景。如何在不创建额外窗口的情况下更改舞台中当前显示的场景?非常感谢所有帮助。
Scene page2 = new Scene(new Group(new Text(25,25,"Page 2!"))); stage.setScene(page2);