Need to create a "picklist" property for bean
an integer) using a constrained list and some kind of constant names. With
VB you would simply create a property with a type Enum and the property editor
will show a combo with the list of integers.
I know I can go whole hog and implement the BeanInfo interface and create
a custom property editor, but I sure don't want to have to do this. Is there
a way to do this simply?
Thanks,
Matthew Cromer

