views:

190

answers:

3

Hi:

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

+1  A: 

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

Karussell
+1  A: 

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.

Geo
I should make it clearer that this is an existing open source project developed by someone else. I'm just going to do some work on it.
red.october
A: 

http://stackoverflow.com/questions/1671778/netbeans-using-gui-builder-on-regular-java-class-file

Devon_C_Miller
Thanks, but I don't think that will help me. This project isn't really using custom components per se. They've just used Spring layout to place everything. Looks like manual conversion time for me.
red.october