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.
我正在与 JFrame 和观察者一起工作。我有一个带有多个按钮和功能的功能正常的 GUI。
我正在尝试创建一个打开一个新窗口的按钮,它与主窗口完全相同。任何窗口中的所有更改,都应自动更新到所有打开的窗口。
任何帮助如何开始?
一般建议:
createWindow(Model model)