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
NetBeans is open source; you could use that (i.e. find the relevant piece of code within the project - I think it's called the Inspector)
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
Found another potential one: Java-Bean-Examiner. But I cannot log into the CVS to download the source.
Sound like you want the old sun BeanEditor