Netbeans: Is it possible to convert a hand-coded GUI into one understood by Matisse?
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 fr开发者_如何学Pythonom scratch in Matisse?
Cheers,
red.octoberI 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.
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
you can try the eclipse WindowBuilder tool, it works similarly to matisse, and reads real java code instead of form files..
精彩评论