I\'m wondering whether there is an existing Java class that, given a Java bean, uses introspection to find all the publicly modifiable fields, and displays them using defaul
Looks like L2FProd commons library has something just up my alley:
http://www.l2fprod.com/common/
Searching some more on StackOverflow turned up this answer, in which
Yan Cheng Check noted that he extended the classes to be exactly what I need:
ObjectInspectorJPanel
EnumComboBoxPropertyEditor