JFrame 附加在另一个 JFrame 的侧面

发布于 2024-12-09 03:46:58 字数 235 浏览 0 评论 0原文

我正在尝试将一个 JFrame 附加到另一个 JFrame,它的工作原理是将第二个 jframe 的坐标设置为第一个 jframe 的右边缘。但它感觉不像一个整体,因为当我拖动第一个 JFrame 时,第二个 JFrame 像狗一样落后于它。

有什么办法可以让它们在拖动时不分离,这样看起来更像一个整体吗?

jframes

I'm trying to attach a JFrame to another JFrame, it works by setting the coordinates of the 2nd jframe to the right edge of the first. But it doesn't feel like one whole because when I drag the first JFrame the second one lags behind it like a dog.

Is there any way to keep them from seperating when you drag it, so it looks more like one whole?

jframes

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

千笙结 2024-12-16 03:46:58

由于主机的重量级对等组件拥有该框架,因此很难以跨平台的方式做到这一点。在 Mac OS X 上,您可能会考虑绑定到 < em>可可抽屉和披露MacWidgets 项目可能有有用的示例。另请参阅此问答

Because the host's heavyweight peer component owns the frame, this will be difficult to do in a cross-platorm manner. On Mac OS X, you might look at binding to Cocoa Drawers and Disclosure. The MacWidgets project may have useful examples. See also this Q&A.

任谁 2024-12-16 03:46:58

尝试使用 JSplitPaneJInternalFrameJInternalFrame 提供了本机框架的许多功能。

Try a JSplitPane or a JInternalFrame, JInternalFrame provides many features of a native frame.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文