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.
如何JDialog在另一个中添加JDialog?
JDialog
JDialog secondDialog = new JDialog(this); // ("this" is the first JDialog) secondDialog.setVisible(true)
阅读api 文档和Swing 教程。