重用继承框架中的组件,同时保持 GUI 构建器的使用
拥有从共同父级派生但有所不同的 JFrame、JDialogs 等的最佳方式是什么,以便能够在父级更新时自动更新公共部分,同时还拥有仍然可以在 GUI 中轻松修改的新组件建设者。
我之前使用过的一种方法是使用占位符 JPanel 在运行时填充现有的隔离组件,但我怀疑这不是最好的方法。
框架视觉继承示例:
what is the best way to have JFrames, JDialogs, etc that derive from a common parent but differ some, to be able to have the common parts update automatically when the parent does, but also have new components which are still easily modified in a GUI builder.
One approach I have used before is having placeholder JPanels that populate with existing isolated components at runtime, but I suspect that this is not the best way.
Example frame visual inheritence:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)