Netbeans:是否可以将手工编码的 GUI 转换为 Matisse 可以理解的 GUI?
我正在开始开发一个使用手工编码 GUI 的现有开源项目。是否可以以某种方式将其导入 Matisse,以便我可以在 Matisse 中编辑该项目的 GUI?或者我基本上必须在马蒂斯中从头开始重建它?
干杯,
红十月
I'm starting development on an existing open source project that used a hand-coded GUI. Is it possible to somehow import this into Matisse, so that I can edit this project's GUI in Matisse? Or do I basically have to rebuild it from scratch in Matisse?
Cheers,
red.october
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我认为这是很难做到的(我敢说不可能吗?)。编码风格如此之多,我认为使用 Matisse 重新设计所有内容比自动生成一些不太好的代码要快得多。
如果您设计的代码有些高效,那么您应该能够轻松过渡到 Matisse。
I think this is very hard to do ( dare I say impossible? ). There are so many style of coding, that I think it would be far faster to redesign everything using Matisse, than to get some half-decent code automatically generated.
If you designed your code somewhat efficiently, you should be able to make the transition to Matisse pretty painless.
我不知道有转换。
您可以创建较小的手动编码组件(必须是 bean)并将它们添加到 GUI 面板中以创建新的基于 Matisse 的 GUI。
有关更多信息,请查看此处
I am not aware of a conversion.
You could create smaller handcoded components (which has to be a bean) and add them to the GUI palette to create a new Matisse-based GUI.
For more info look here
您可以尝试 eclipse WindowBuilder 工具,它的工作原理与 matisse 类似,并且读取真正的 java 代码而不是表单文件。
you can try the eclipse WindowBuilder tool, it works similarly to matisse, and reads real java code instead of form files..