多个 JFrame 或 JDialog

Multiple JFrame or JDialog

我正在使用 Swing 开发应用程序,但有时我无法决定要做什么。我需要多个页面,但是;

我会使用 JDesktopPaneJInternalFrame。使用该技术,您可以根据需要创建任意数量的 windows。一个很好的起点是:https://docs.oracle.com/javase/tutorial/uiswing/components/internalframe.html.

您还可以在一个 JFrame 中使用多个 JTabbedPane,这将使您的工作更轻松。

请参阅下面的 link:

https://docs.oracle.com/javase/tutorial/uiswing/components/tabbedpane.html