PropertyGrid's in Java?
843805Feb 26 2007 — edited Feb 26 2007Hello. I used to develop using the Microsoft.NET family of languages, but switched to Java, since that's what the company I work for uses.
Is there any equivalent to a PropertyGrid in Java? Basically, I want a user interface that can set properties on beans at runtime. The beans will only be known at runtime, since each bean will essentially be a plugin, and I want to have a standard way to edit properties (similar to Eclipse's "Properties" tab.)
Any ideas?