My problem is that I have simple Pojos or just objects containing data. They can vary, and new types can be added at runtime.
I need a Swing GUI to enter text. Is there an environment that dynamically creates a Swing GUI from POJO at run time? Technically, this should be possible using reflection and / or annotations. However, I did not find anything on the Internet. Is there anything similar?
source
share