NetBeans has a gui builder similar to the sort of thing you get in Visual Studio where you basically drag and drop stuff onto a form - is that what you mean? It's ok to use, but can be a bit fiddly. It's the best free product I've seen that does that sort of stuff.

Bear in mind that you'll obviously still have to write all the code that actually does anything (i.e. handling gui events).

ac