开发者

JDialog within 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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜