views:

546

answers:

2

Is there a stand-alone GUI designer that can read and write the .form files that NetBeans (Matisse) generates? I like the GUI designer, but I don't want all the overhead of a complete Java IDE just to create and edit .form XML files.

A: 

There are probably none available. The form editor has several features that are not trivial to implement, such as custom controls and code.
It's simply to complex and not useful enough.

luiscubal
+2  A: 

You could check out JFormDesigner. I know it can import Netbeans .form files, but I'm not sure how it works vice versa. Available both as stand-alone and as plug-in to severals IDEs.

mazzer