My problem is, that I have simple Pojos or simply objects that contain data. These can vary and new types of these can be added during runtime.
So I need a Swing GUI to input text to them. Is there a framework that dynamically creates a Swing GUI from a POJO during runtime? Technically, it should be possible using reflection and/or annotations. However, I have found nothing on the web. Is there anything like this out there?