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.
我想创建一个这样的拆分窗格:
我怎样才能做到这一点。当我添加标签时,我只能将它们添加到以下位置:TOP、BOTTOM、RIGHT、LEFT。
这就是我所拥有的:
我怎样才能做到这一点?
左侧的面板应使用CardLayout.
CardLayout
右侧的面板可以显示 JButtons。当您单击按钮时,您会交换左侧的面板。
阅读 Swing 教程中有关如何使用 CardLayout的部分以获取更多信息和工作示例。