Is there any simple, lightweight crud form generator for swing in java?
I have a desktop application that uses spring+hibernate and I am only missing a bunch of gui panels allowing to edit some database entities. Pretty straightforward attribute-editable forms, so I though there has to be some tool to automate the process. I don't need any DAO/pojo/bean/controller/service generation.
I've read a bit about this in other questions but all the solutions seem to involve installing a whole framework and the generation of complex non-standard java code. I just want plain swing panels.