开发者

JDialog within JDialog

开发者 https://www.devze.com 2023-03-03 07:06 出处:网络
How do I add JDialog 开发者_运维知识库within another JDialog? JDialog secondDialog = new JDialog(this); // (\"this\" is the first JDialog)

How do I add JDialog 开发者_运维知识库within another JDialog?


JDialog secondDialog = new JDialog(this); // ("this" is the first JDialog)
secondDialog.setVisible(true)

Read the api doc and the Swing tutorial.

0

精彩评论

暂无评论...
验证码 换一张
取 消